You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
well the old system I used it just gave a code when you connected to the server and then that code could be used once to retrieve the users name and uuid from the api
obviously the style of having the website give the code could be technically better since it can remember the login but I really doubt there are many cases where a user has to logon thru the service multiple times within a short time
but obviously even if the url is https://mc-auth.com/whatever discord will pop up that hey are you sure prompt which is the problem with any authentication
I'd like to use the same client_id and client_secret used for OAuth2.0 but instead of pointing the user to Mc-Auth and back to the requesting app.
Instead something like the following:
The app tells me that Minecraft-User SpraxDev wants to authenticate
Mc-Auth sends a success response, maybe with a request/session token and Minecraft server IP to join
The user joins the server and gives the generated Code to the app
The App gives me the request/session token and the code that was provided by the user
Mc-Auth responds with the users profile information or an error
The text was updated successfully, but these errors were encountered:
Quote from Discord chat:
I'd like to use the same client_id and client_secret used for OAuth2.0 but instead of pointing the user to Mc-Auth and back to the requesting app.
Instead something like the following:
SpraxDev
wants to authenticateThe text was updated successfully, but these errors were encountered: