Metadata-Version: 2.1
Name: django-silly-auth
Version: 1.0.0
Summary: Authentication package for Django and DRF
Home-page: https://github.com/byoso/django_silly_auth
Author: Vincent Fabre
Author-email: peigne.plume@gmail.com
License: MIT
Keywords: django auth drf jwt
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md

# Django Silly Auth (v1.0.0)

## 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 want to win 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.


<hr>

# [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)


