All Projects → ShubhamBansal1997 → token-authentication-django

ShubhamBansal1997 / token-authentication-django

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to token-authentication-django

EasyTokenGenerator
This repo aims to dynamically and simply generate tokens in Token Based systems.
Stars: ✭ 15 (-44.44%)
Mutual labels:  token, token-based-authentication
cognito-jwt-verifier
Verify ID and access JWT tokens from AWS Cognito in your node/Lambda backend with minimal dependencies.
Stars: ✭ 25 (-7.41%)
Mutual labels:  token
Bistu
集成了 django-simpleui 作为 admin 管理主题,实现的一个小型的管理系统,并且有的 django-rest-framework 使用示例。此外有个 Bistu-Ant-Design-Pro 项目作为配套的前端使用。如果喜欢记得给个🌟star哦。
Stars: ✭ 51 (+88.89%)
Mutual labels:  django-rest-framework
Simple-Game-ERC-721-Token-Template
🔮 Very Simple ERC-721 Smart Contract Template to create your own ERC-721 Tokens on the Ethereum Blockchain, with many customizable Options 🔮
Stars: ✭ 83 (+207.41%)
Mutual labels:  token
xm-spring-boot
Spring Boot 基础项目
Stars: ✭ 33 (+22.22%)
Mutual labels:  token
django-test-addons
Testing support for different database system like Mongo, Redis, Neo4j, Memcache, Django Rest Framework for django
Stars: ✭ 20 (-25.93%)
Mutual labels:  django-rest-framework
matchering-web
🎚️ Self-Hosted LANDR / eMastered Alternative
Stars: ✭ 25 (-7.41%)
Mutual labels:  django-rest-framework
conduit
Conduit - Open Source 0x Relayer API implemented in NodeJS
Stars: ✭ 18 (-33.33%)
Mutual labels:  token
django-code-generator
Generate code from your Django models for faster development
Stars: ✭ 35 (+29.63%)
Mutual labels:  django-rest-framework
Key-Checker
Go scripts for checking API key / access token validity
Stars: ✭ 190 (+603.7%)
Mutual labels:  token
EOS-Proxy-Token
Proxy token to allow mitigating EOSIO Ram exploit
Stars: ✭ 22 (-18.52%)
Mutual labels:  token
tokenstealer
No description or website provided.
Stars: ✭ 16 (-40.74%)
Mutual labels:  token
smart-home
Control house using raspberry pi djago based secure REST api. Made using raspberry pi, arduino, django ,django REST and angular.
Stars: ✭ 30 (+11.11%)
Mutual labels:  django-rest-framework
python-wechat-pay
Use Python3, Django, Django-rest-framework to achieve wechat payment. 微信支付、服务器异步通知、订单查询、退款
Stars: ✭ 18 (-33.33%)
Mutual labels:  django-rest-framework
django-flag-app
A pluggable django application that adds the ability for users to flag(or report) your models.
Stars: ✭ 13 (-51.85%)
Mutual labels:  django-rest-framework
drf-addons
Some customised Django classes and functions that one can use in DJango. Collected from internet!
Stars: ✭ 20 (-25.93%)
Mutual labels:  django-rest-framework
django-mobile-app
A batteries-included mobile app backend in Django
Stars: ✭ 52 (+92.59%)
Mutual labels:  django-rest-framework
grpc-django-book-service
gRPC implementation integrated with Django Application.
Stars: ✭ 28 (+3.7%)
Mutual labels:  django-rest-framework
drf-angular-docker-tutorial
Dockerized Django Back-end API using DRF with Angular Front-end Tutorial
Stars: ✭ 53 (+96.3%)
Mutual labels:  django-rest-framework
vault-token-helper
@hashicorp Vault Token Helper for macOS, Linux and Windows with support for secure token storage and multiple Vault servers 🔐
Stars: ✭ 74 (+174.07%)
Mutual labels:  token

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].