matecsaj / matecsaj/ebay_rest

migrate from authlib.jose to joserfc

Open Beginner friendly
#110 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.