/Django-custom-user-AbstractBaseUser

Django comes with a User model which is usefull for small and basic use cases. Bust when your app grows, and you require more complecated authentication and authorisation implementations, this User becomes a challenge in itself. This repository uses different Authentication and authorisation implementations using the built in AbstractBaseUser.

Primary LanguagePython

Watchers