Hello,
I’m having a hard time finding an example in the documentation of how I can implement an API only login flow using Auth0 (specifically not requiring a browser or redirect url). For example, I would like to provide my own ‘/api/login’ endpoint to a client. The server side implementation of this endpoint would then use the Auth0 SDK to verify the username/password and get a JWT that I can then return to the client as a response for use in subsequent calls to other endpoints. This way the client has no specific knowledge of Auth0 and only needs to know how to call our own login endpoint. Is this possible?
Thanks,
Ryan