Skip to content

markdicksonjr/nibbler-auth0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nibbler-Auth0

Connects Auth0 and Nibble. The user extension connects Auth0 to our user model

Configuration

AUTH0_CLIENT_ID [REQUIRED] AUTH0_CLIENT_SECRET [REQUIRED] AUTH0_CALLBACK_URL AUTH0_DOMAIN [REQUIRED] AUTH0_AUDIENCE

TODO

No timeout

No "is authed" function

User Sample App

  • first, change sample.application.go and set the user email to match the account in Auth0 (this module requires the user to be in the local DB)
  • should return 404 / "not found" when hitting localhost:/test
  • should redirect to login when hitting localhost:/login
  • once logged in, it redirects back to localhost:/callback, it will respond with a 200 status code
  • go to localhost:/test - you should see "authorized"

About

Auth0 module integration for nibbler

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages