TIL
TIL230424
베스트오버
2023. 4. 24. 21:30
오늘 한 일
강의와 달리 최근 업데이트에 맞춰서 자료를 찾아보고 적용하였다.
djangorestframework_simplejwt customing token claims "Recent changes"
최근 문서가 바뀌어서 그에 맞춰서 바꿔줘야 했었다. 변경 전 공식문서(stable) https://django-rest-framework-simplejwt.readthedocs.io/en/stable/customizing_token_claims.html Customizing token claims — Simple JWT 5.2.2 documentatio
beolog.tistory.com
django-cors-headers를 이용하여 front를 통해
signup, token을 localstorage에 저장, 불러오기, login, logout을 구현해 보았다.