Skip to content

byoso/django_silly_auth

Repository files navigation

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.


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

About

Authentication package for django and django rest framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published