🤝 Add django-guest-user (#231)

This commit is contained in:
Julian Wachholz 2024-01-18 04:08:35 +01:00 committed by GitHub
parent b8898e5433
commit b8feec98fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -309,6 +309,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [django-improved-user](https://github.com/jambonsw/django-improved-user) - A custom Django user that authenticates via email. Follows identity and authentication best practices.
- [django-organizations](https://github.com/bennylope/django-organizations/) - Multi-user accounts for Django projects.
- [django-cas-ng](https://github.com/django-cas-ng/django-cas-ng) - Django-cas-ng is Django CAS (Central Authentication Service) 1.0/2.0/3.0 client library to support SSO (Single Sign On) and Single Logout (SLO).
- [django-guest-user](https://github.com/julianwachholz/django-guest-user) - Allow visitors to use your site like a regular user and register later.
### Views
- [django-braces](https://github.com/brack3t/django-braces) - Reusable, generic mixins.