Generating universal login link

There are many situations where I want to direct my users to the login page (universal login).

How do I generate the full, correct URL with STATE and other params?
How do I send them directly to the forgot your password page?

So far I have only done this with the authjs.authorize command, but that doesn’t work if I am not trying to immediately redirect users there.

Hi @jnarowski,

In regards to the login URL, take a look at this link, specifically the login section:
https://auth0.com/docs/api/authentication#login

For the forgot password page I will have to do a little more research. Depending on what you want to accomplish you can take a look at these resources in the mean time:
https://auth0.com/docs/api/authentication#change-password

Please let me know if this solves your problems.

Thanks,
Dan

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.