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

python-jose library is unmaintained #2466

Closed
nuqleo opened this issue Dec 27, 2024 · 4 comments · Fixed by #2469
Closed

python-jose library is unmaintained #2466

nuqleo opened this issue Dec 27, 2024 · 4 comments · Fixed by #2469

Comments

@nuqleo
Copy link

nuqleo commented Dec 27, 2024

Hi,

gns3-server 3.0.0 uses unmaintained library python-jose

mpdavis/python-jose#340

https://github.com/lepture/authlib suggested instead of python-jose.

python-jose removed from Fedora but python-authlib is available.

Can you port the code to use authlib?

@grossmj grossmj linked a pull request Dec 30, 2024 that will close this issue
@grossmj
Copy link
Member

grossmj commented Dec 30, 2024

Thanks, I ported the code to joserfc

@grossmj grossmj closed this as completed Dec 30, 2024
@nuqleo
Copy link
Author

nuqleo commented Dec 30, 2024

Thanks for fixing this.
Unfortunately there is no package python-joserfc in Fedora repository (the only missing dependency), only python-authlib available
A quick search in Debian packages showed the same situation/

@grossmj
Copy link
Member

grossmj commented Dec 30, 2024

joserfc is derived from Authlib to facilitate easy maintenance and modularity. Previously, Authlib was developed as a mono library to design a comprehensive API that covered a wide range of authentication and security needs. However, as the project evolved, it became evident that splitting the modules from Authlib would improve maintainability and provide more focused and specialized libraries.

I could have used authlib however it seems the focus will be on joserfc going forward: https://jose.authlib.org/en/guide/introduction/

@nuqleo
Copy link
Author

nuqleo commented Jan 4, 2025

I am unable to create python3-joserfc package for CentOS 9 because it installs in UNKNOWN-0.0.0.dist-info (installs fine in latest Fedora). But python3-authlib package is available for CentOS 9.

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