Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhambansal1997/token-authentication-django
This is django app used to explain the tutorial present on https://medium.com/@shubhambansal_89125/token-based-authentication-for-django-rest-framework-44586a9a56fb
https://github.com/shubhambansal1997/token-authentication-django
django django-rest-framework python python3 token token-authetication token-based-authentication
Last synced: 5 days ago
JSON representation
This is django app used to explain the tutorial present on https://medium.com/@shubhambansal_89125/token-based-authentication-for-django-rest-framework-44586a9a56fb
- Host: GitHub
- URL: https://github.com/shubhambansal1997/token-authentication-django
- Owner: ShubhamBansal1997
- Created: 2018-05-25T19:54:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T20:46:20.000Z (over 3 years ago)
- Last Synced: 2023-03-01T08:21:55.749Z (over 1 year ago)
- Topics: django, django-rest-framework, python, python3, token, token-authetication, token-based-authentication
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 29
- Watchers: 2
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Token-Based-Authentication-django
This repo contains the code used to in the tutorial on the [medium blog](https://medium.com/@shubhambansal_89125/token-based-authentication-for-django-rest-framework-44586a9a56fb)# Getting Started
```sh
$ git clone https://github.com/ShubhamBansal1997/token-authentication-django.git
$ cd token-authentication-django/
$ virtualenv --python=`which python3` venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ cd myproject
$ python manage.py migrate
$ python manage.py runserver
```
Application is started at
```sh
127.0.0.1:8000
```License
----MIT
***
Contributors
---
If you would any error or issue you can mention in issues or raise a pull request.Made with ❤
**Tips Are Appreciated! 💰 😉**
**My Bitcoin address**: bc1qysxlz0p9nlcyndeysqltdhelwpdhurglgxz96x
**My Ethereum address**: 0x42c98e296B27228d9ee84e519BEC8eE0d09cad30