An open API service indexing awesome lists of open source software.

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

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