Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 659 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 659 Bytes

SSO with Django Admin through Auth0

Do you want to know about SSO with Django Admin through Auth0? Look at this project 👀!

Project details

You first should configure your Auth0 tenant properly! Then retrieve some details from it and configure your backend application. Don't worry, you can do it at once with the following command:

docker-compose build update-settings && docker-compose up update-settings

After it's done, you can run the project

docker-compose up admin-backend

To run tests:

docker-compose up admin-backend-tests