Skip to content

Auth0 with Scala updated for play 2.8

License

Notifications You must be signed in to change notification settings

Max-AR/auth0-scala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth0 - Scala + Play 2.8

I have updated this repo from the original auth0 example to work with play 2.8.

I have tested on scala 2.13.6 and JDK 11.

Running the example

Create an auth0 account and create a new "Regular web application". Go to the settings tab and set:

  • Allowed Callback URLs - http://127.0.0.1:9000/callback
  • Allowed web origins - http://127.0.0.1:9000
  • Allowed origins (CORS) - http://127.0.0.1:9000

Save your settings.

Get the domain, Client ID and Client Secret from the settings page and add them to your .env file.

Run sbt run to start the app and try calling http://127.0.0.1:9000/

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

Authors

Auth0

Max Rosenbaum

License

This project is licensed under the MIT license. See the LICENSE file for more info.

About

Auth0 with Scala updated for play 2.8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 57.5%
  • HTML 23.4%
  • CSS 15.6%
  • JavaScript 2.5%
  • Shell 1.0%