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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Token-Based-Authentication-django

This repo contains the code used to in the tutorial on the medium blog

Getting Started

$ 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

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

About

This is django app used to explain the tutorial present on https://medium.com/@shubhambansal_89125/token-based-authentication-for-django-rest-framework-44586a9a56fb


Languages

Language:Python 100.0%