Skip to content
ErrorsAndGlitches edited this page Dec 22, 2019 · 6 revisions

Welcome to the waisn-tech-tools wiki!

Useful Tips

Django Auth0 Integration

How does Auth0 work?

For Auth0, I created a Regular Application and also created a database for the source of users of this application. Databases, in Auth0 terminology, are sources of users. For the application, I enabled only the waisn tech tools DB. I also set this DB up so that sign ups are not enabled.

Users can be created for a DB by going to the Users tab and clicking Create User.

Multiple settings files

Python Decorators Primer

Testing