I would like to know if there is an endpoint to login with username and password without using universal login?
I see that I can use the Auth0.js library, but I would like to use an endpoint from either the Management API or the Authentication API, only passing the username and password and returning its access_token could you please tell me which endpoint I can use?
I also see that I can generate a token with username and password using ‘Resource Owner Password’, but using this would tell auth0 that the user is logged in?
For example, I see there is an endpoint for logout Authentication API Explorer, so there is a similar endpoint for login?