You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 foundAuthlib
, whose author was perviously one of the author ofoauthlib
. 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.are you planning to add support for the above features.
The text was updated successfully, but these errors were encountered: