Custom login in android app

I can see there is end point for signup. So we can create custom ui and call that end point for sign up but for login I don’t see any api which supports email and password in request. So how to create your own custom ui for login?

Hi,
Would using the Embedded Login be an option for you. If so, it should get the job done!

Yes, I can see there is authentication apis to use but not sure which one to use because i don’ see any login api which accpets email and password?

Hi @pj210493

For all operation that resolves user authetication you will need you user Authentication API, for email and password you need Resource Owner Password Flow → https://auth0.com/docs/api/authentication?http#client-credentials-flow and link to our Docs Resource Owner Password Flow

I hope this will help you!

Thanks
Dawid

1 Like

[size=107 text={“error”:“server_error”,“error_description”:"Authorization serve…]
I am getting below error when trying to login, any idea?

Also i don’t see anyway to handle forgot password in api flow.