migrate from authlib.jose to joserfc
Open
Beginner friendly
- Dominant language
- Python
- Stars
- 71
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Authlib will deprecate authlib.jose module, please read:
[Migrating from authlib.jose to joserfc](https://jose.authlib.org/en/dev/migrations/authlib/)
This causes a warning python entry:
authlib.jose module is deprecated, please use joserfc instead.
It will be compatible before version 2.0.0.
from authlib.jose import ECKey
Thank you.
Contributor guide
Research direction
Read the linked “Migrating from authlib.jose to joserfc” guide first, then search the package for the authlib.jose import mentioned in the warning. Replace the deprecated usage according to the guide and verify that the package no longer emits the deprecation warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100