Auth0 offers two ways to implement login authentication for your applications:
  • where users log in to your application through a page hosted by Auth0.
  • Embedded Login where users log in to your application through a page you host.
For the vast majority of use cases, we recommend Universal Login. It’s safe and easy to implement.
Read…To learn…
Universal LoginWhat is Universal Login.
Universal vs. Embedded LoginWhat the differences are between Universal Login and Embedded Login.
Embedded LoginHow Embedded Login works.
Cross-Origin AuthenticationAbout the cross-origin authentication flow using third-party cookies.
Silent AuthenticationHow to keep users logged in to your application using silent authentication.
Redirect After LoginHow to redirect users to URLs after login.
LogoutHow logging out works with Auth0.
Adopt OIDC Conformant AuthWhat the OIDC-conformant application setting is and its effect on the authentication pipeline.
You can also use Client-Initiated Backchannel Authentication to authenticate users with a decoupled authentication flow:
Read…To Learn…
Client-Initiated Backchannel Authentication FlowHow to build a decoupled authentication flow.