I’m hoping to use Auth0 for a game I’m developing in.
Our team would like to use Auth0 to authenticate a user from within Unreal Engine.
From this environment, we are able to issue plain web requests and read responses.
I’m wondering if there is a simple way to get an accessToken for a user with a simple request like
POST /someEndpoint
username=someuser&password=somePassword
All of the examples I’ve found require the use of a browser and require that there is a callback URL available in a web app.
Am I able to login in this context?