Skip to content

mangalji/Oauth_implementation_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my project of implementation of OAuth 2.0 in Django Rest Framework.

I am complete this Oauth by using django's built in package named django-allauth for social login in django and another builtin package named dj-rest-auth for RestAPI endpoints.



for initiating this-->

first clone this repo in your system:

git clone https://github.com/mangalji/Oauth_implementation_2.git

second initiate the virtual environent:

python3 -m venv .venv

now, activate the virtual environent:

source .venv/bin/activate

third install the dependencies:

pip install -r requirements.txt

now run the app:

python3 manage.py runserver

About

using django-allauth library for social login and dj-rest-autt fot api endpoints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages