All Projects → sibtc → drf-jwt-example

sibtc / drf-jwt-example

Licence: MIT license
Code samples of the tutorial "How to Use JWT Authentication with Django REST Framework"

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to drf-jwt-example

smart-home
Control house using raspberry pi djago based secure REST api. Made using raspberry pi, arduino, django ,django REST and angular.
Stars: ✭ 30 (-3.23%)
Mutual labels:  django-rest-framework, jwt-authentication
shopping-cart
A simple Shopping-cart built with React and Django REST Framework(DRF)
Stars: ✭ 41 (+32.26%)
Mutual labels:  django-rest-framework, jwt-authentication
drf-angular-docker-tutorial
Dockerized Django Back-end API using DRF with Angular Front-end Tutorial
Stars: ✭ 53 (+70.97%)
Mutual labels:  django-rest-framework, jwt-authentication
Thinkdiff
My open source project links, programming and software development related code and tutorials are in this repo. Content types: Python, JavaScript, Dart | Django, React, Flutter, React-Native etc.
Stars: ✭ 65 (+109.68%)
Mutual labels:  django-rest-framework, tutorial-code
django-firebase-auth
Django DRF authentication provider for Google's Firebase Authentication Service
Stars: ✭ 50 (+61.29%)
Mutual labels:  django-rest-framework, jwt-authentication
Django rest Vuejs Auth
An Authentication project using JWT Tokens, Vuejs(frontend) and Django-Rest(backend).
Stars: ✭ 92 (+196.77%)
Mutual labels:  django-rest-framework, jwt-authentication
tutorial currency converter
This is a code repository for the corresponding article on Medium. In this tutorial, we will build educational application that is going to improve your overall knowledge of Async/Await.
Stars: ✭ 44 (+41.94%)
Mutual labels:  tutorial-code
tutorial-code
Source code & exercises in Arend's documentation
Stars: ✭ 18 (-41.94%)
Mutual labels:  tutorial-code
django-test-addons
Testing support for different database system like Mongo, Redis, Neo4j, Memcache, Django Rest Framework for django
Stars: ✭ 20 (-35.48%)
Mutual labels:  django-rest-framework
grpc-django-book-service
gRPC implementation integrated with Django Application.
Stars: ✭ 28 (-9.68%)
Mutual labels:  django-rest-framework
TA-BOT
An open source Telegram bot which can be used as a teaching assistant bot if you are trying to find an easy and secure way to communicate with your students.
Stars: ✭ 20 (-35.48%)
Mutual labels:  django-rest-framework
eventsourcing-go
Event Sourcing + CQRS using Golang Tutorial
Stars: ✭ 75 (+141.94%)
Mutual labels:  tutorial-code
django-flag-app
A pluggable django application that adds the ability for users to flag(or report) your models.
Stars: ✭ 13 (-58.06%)
Mutual labels:  django-rest-framework
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
Stars: ✭ 27 (-12.9%)
Mutual labels:  django-rest-framework
fer
Facial Expression Recognition
Stars: ✭ 32 (+3.23%)
Mutual labels:  tutorial-code
Human-Resources-Management-System
Human Resources Management System Project
Stars: ✭ 32 (+3.23%)
Mutual labels:  jwt-authentication
zainabed-spring-security-jwt
Authentication & Authorization module for standalone Spring Boot app or Spring Cloud applications
Stars: ✭ 24 (-22.58%)
Mutual labels:  jwt-authentication
Auth-using-Vuejs-express-jwt-nodejs
Login and signup form and authentication using Vue.js, express, mongodb, JWT and bootstrap-vue
Stars: ✭ 17 (-45.16%)
Mutual labels:  jwt-authentication
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-45.16%)
Mutual labels:  jwt-authentication
django-code-generator
Generate code from your Django models for faster development
Stars: ✭ 35 (+12.9%)
Mutual labels:  django-rest-framework

Django REST Framework JWT Example

Python Version Django Version Django Rest Framework Version

Code example used in the tutorial How to Use JWT Authentication with Django REST Framework.

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/sibtc/drf-jwt-example.git

Install the requirements:

pip install -r requirements.txt

Apply the migrations:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The API endpoints will be available at 127.0.0.1:8000/hello/.

License

The source code is released under the MIT License.

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].