Skip to content

Pytest deprecation issues with django-rest-framework-jwt #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
elliotyim opened this issue May 27, 2020 · 2 comments · Fixed by #43
Closed

Pytest deprecation issues with django-rest-framework-jwt #42

elliotyim opened this issue May 27, 2020 · 2 comments · Fixed by #43

Comments

@elliotyim
Copy link
Member

현재 rest-auth와 함께 사용하고 있는 jwt 라이브러리는 django-rest-framework-jwt입니다.
이번에 #41 hotfix 작업을 하면서 jwt 라이브러리에 있는 jwt 토큰을 생성하는 util을 사용하다보니
라이브러리에서 Deprecated된 모듈을 사용하는 부분 때문에 Deprecation Warning이 발생했습니다.

이 라이브러리는 현재 유지보수를 중단했으며, 다행히 다른 JWT 라이브러리로 교체가 가능한 것 같습니다.
(참고: jpadilla/django-rest-framework-jwt#484)

후속 PR에서 이 라이브러리를 교체하는 작업이 필요합니다.

@elliotyim elliotyim assigned elliotyim and unassigned elliotyim May 27, 2020
@choitaehoon1998
Copy link
Contributor

참고올리신 링크에서는 simple jwt를 대안으로 추천해놓은 모양인데 그걸로 바꾸면 될까요?

@elliotyim
Copy link
Member Author

참고올리신 링크에서는 simple jwt를 대안으로 추천해놓은 모양인데 그걸로 바꾸면 될까요?

넵 추후 유지보수 및 보안 측면에서도 그게 좋지 않을까 싶습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants