Skip to content

The minimum code required to integrate an Auth0 login using vanilla JavaScript with no dependencies.

Notifications You must be signed in to change notification settings

ardislu/minimal-auth0-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

minimal-auth0-spa

The minimum code required to integrate an Auth0 login using vanilla JavaScript with no dependencies.

Implemented functions:

  • Login using Authorization Code Flow with PKCE
  • Login using Implicit Flow with id_token in URL fragment (deprecated): this flow should only be used if Authorization Code Flow with PKCE can't be used. There's no direct how-to article but this article is close.
  • Logout

About

The minimum code required to integrate an Auth0 login using vanilla JavaScript with no dependencies.

Topics

Resources

Stars

Watchers

Forks

Languages