Authenticating users using simple REST API call

Is there an API where I can make a simple POST request with the username and password of my user and get some form of authentication success/error back in response?

I am trying to perform some sort of basic authentication for my users in Auth0 and do not need any web page or anything for that purpose.

Yes, that is a Resource Owner Password Flow. It’s not recommended by it is exactly what you are looking for.

Thanks

2 Likes

Let us know if you have any other questions down the road!