Skip to content
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

Move from pyjwt to python-jose #91

Merged
merged 3 commits into from
Oct 31, 2022
Merged

Move from pyjwt to python-jose #91

merged 3 commits into from
Oct 31, 2022

Conversation

DavidKimDY
Copy link
Contributor

FastAPI recommends you to use python-jose instead of Pyjwt.

You can check it below.
https://fastapi.tiangolo.com/tutorial/security/oauth2-jwt/?h=python+jose#install-python-jose

@rednafi rednafi changed the base branch from master to dev October 31, 2022 20:00
@rednafi
Copy link
Owner

rednafi commented Oct 31, 2022

Thanks!

@rednafi rednafi merged commit 681c753 into rednafi:dev Oct 31, 2022
rednafi added a commit that referenced this pull request Oct 31, 2022
* dev Add Python 3.11 to the CI, refs #130

* Move from pyjwt to python-jose (#91)

* Add python-jose

* Edit to use jose instead of pyjwt

* Remove import jwt

* dev Add Python 3.11 to the CI, refs #130

* dev Add Python 3.11 to the CI, closes #130

Co-authored-by: David Kim <kdaeyoub@gmail.com>
rednafi added a commit that referenced this pull request Oct 31, 2022
* dev Add Python 3.11 to the CI, refs #130

* Move from pyjwt to python-jose (#91)

* Add python-jose

* Edit to use jose instead of pyjwt

* Remove import jwt

* dev Add Python 3.11 to the CI, refs #130

* dev Add Python 3.11 to the CI, closes #130

* dev Add Python 3.11 to the CI, closes #130

Co-authored-by: David Kim <kdaeyoub@gmail.com>
rednafi added a commit that referenced this pull request Oct 31, 2022
* dev Add Python 3.11 to the CI, refs #130

* Move from pyjwt to python-jose (#91)

* Add python-jose

* Edit to use jose instead of pyjwt

* Remove import jwt

* dev Add Python 3.11 to the CI, refs #130

* dev Add Python 3.11 to the CI, closes #130

* dev Add Python 3.11 to the CI, closes #130

* dev Add Python 3.11 to the CI, closes #130

Co-authored-by: David Kim <kdaeyoub@gmail.com>
This pull request was closed.
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 this pull request may close these issues.

2 participants