Skip to content

JWT Token 발급, 인증 (Google, Kakao, Github 인증 과정 통합)

Notifications You must be signed in to change notification settings

Lion-11th-Team/jwt-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwt-auth

프로젝트 설정

macOS/Linux

git clone https://github.com/Lion-11th-Team/jwt-oauth.git
cd jwt-oauth
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements
python3 manage.py migrate

Windows

git clone https://github.com/Lion-11th-Team/jwt-oauth.git
cd jwt-oauth
python -m venv venv
source venv/Scripts/activate
pip install -r requirements
python manage.py migrate

About

JWT Token 발급, 인증 (Google, Kakao, Github 인증 과정 통합)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages