minuchi / minwoo-comments

minwoo.kim 블로그 댓글입니다.
0 stars 0 forks source link

posts/create-register-and-jwt-login-api-using-django-rest-framework/ #5

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Django REST framework (DRF) JWT로 로그인 및 회원가입 API 구현 (dj-rest-auth) | minwoo.kim

Django, Django REST framework을 이용하여, 로그인 및 회원가입을 구현해보도록 하겠습니다. 최대한 직접 구현하지 않고, 빠르게 구현하는 데 초점을 맞추었습니다. Django와 관련된 package들을 활용하여 빠르게 로그인 서버를 구축할 수 있습니다. 소스코드는 GitHub 에서 확인해 보실 수 있습니다. ⚙️ 00. 환경 Python: 3.10.3 Django: 4.0.3 PC: macOS Monterey 1

https://minwoo.kim/posts/create-register-and-jwt-login-api-using-django-rest-framework/

Choi-Jiwon-38 commented 1 year ago

잘 정리해주셔서 감사합니다!

Gunhot commented 4 months ago

access token과 refresh token이 안 보이고, key만 보이는 경우 어떤 부분이 문제일지 여쭤봐도 될까요?