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

Adding support to oauth features #757

Open
Chitrank-Dixit opened this issue Nov 1, 2019 · 1 comment
Open

Adding support to oauth features #757

Chitrank-Dixit opened this issue Nov 1, 2019 · 1 comment

Comments

@Chitrank-Dixit
Copy link

Hello team,

I am creating an Oauth provider in django and for that I found this library to be the perfect choice among developers and I found this library uses oauthlib at its core. I also found Authlib, whose author was perviously one of the author of oauthlib. I was listing oauth supported features by Authlib and oauthlib. I found out the following features either missing on documentation or have not been implemented yet.

RFC7515: JSON Web Signature
RFC7516: JSON Web Encryption
RFC7517: JSON Web Key
RFC7518: JSON Web Algorithms
RFC7519: JSON Web Token
RFC7523: JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants

are you planning to add support for the above features.

@TM2500
Copy link

TM2500 commented Jan 20, 2020

Hi,

although I'm not one of the core-team nor a current contributor to this project, from what I've been seeing in the past months and what was happening also in the last years, it seems like this functionality is regularly requested. There are a bunch of issues like this one in the repo (#732 and even the ancient #397 ). All of them having great support in where to customize this module and implementing things on their own. Sadly few of the solutions are shared (at least, from what I'm seeing; I haven't really been looking either). Since I'm currently missing nearly the same things and wished for an integrated solution in DOT it's in my interest as well to get this done.

I might be able to take https://github.com/Humanitec/django-oauth-toolkit-jwt bring it a bit up-to-date (make algos user-defined,...) and then make a PR to this repo.
I would be very happy if I could get a little help from a regular maintainer putting the pieces in the right place.

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

No branches or pull requests

2 participants