https://github.com/byoso/django_silly_auth
Authentication package for django and django rest framework
https://github.com/byoso/django_silly_auth
authentication django package python
Last synced: 2 months ago
JSON representation
Authentication package for django and django rest framework
- Host: GitHub
- URL: https://github.com/byoso/django_silly_auth
- Owner: byoso
- License: mit
- Created: 2023-04-03T16:56:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T12:18:47.000Z (over 2 years ago)
- Last Synced: 2025-02-23T18:05:20.966Z (over 1 year ago)
- Topics: authentication, django, package, python
- Language: Python
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Django Silly Auth
## Why one more authentication system for Django and DRF? again !
I've used a few ones, and did not find the one that behaves the way I want,
efficient, but flexible, I wanted to gain som time, and get what I need straight to the point.
The aim of DSA it to provide a good-enough-to-go authentication out of the box, but still remains highly
modular through its SILLY_AUTH config in **settings.py**, so it is always possible to improve your
authentication when you have the time for it.
## DRF and Django Classic supported
DSA works as well with both DRF and Classic, just use differents simple settings, and you're done.
# [WIKI documentation](https://github.com/byoso/django_silly_auth/wiki)
## [Read this FIRST](https://github.com/byoso/django_silly_auth/wiki/Must-read-this-few-lines-!)
### :coffee: [If you find this package usefull, consider buying me a coffee](https://www.buymeacoffee.com/byoso)
### Changelog
- 1.1.3: USE_I18N = False crash fixed
- 1.1.0: login improved: returns 'auth_token', errors are normalized.
- 1.0.5: test coverage: 75 %
- 1.0.1: **i18n** fr + en