https://github.com/lnxpy/django-permissions
Simple Project to Show How DRF Works in Permissions and Authentication Systems.
https://github.com/lnxpy/django-permissions
Last synced: 3 months ago
JSON representation
Simple Project to Show How DRF Works in Permissions and Authentication Systems.
- Host: GitHub
- URL: https://github.com/lnxpy/django-permissions
- Owner: lnxpy
- License: agpl-3.0
- Created: 2020-04-07T16:10:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:22:44.000Z (almost 5 years ago)
- Last Synced: 2025-03-16T14:50:22.947Z (over 1 year ago)
- Language: Python
- Size: 14.2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-permissions
Simple Project to Show How DRF Works in Permissions and Authentication Systems.
### TODO
- [x] Creating the project
- [x] Designs for API browsable views
- [x] Base API Permissions
- [x] Token-based authentication system
- [x] Authentication system