auth0-python-api-samples icon indicating copy to clipboard operation
auth0-python-api-samples copied to clipboard

[SDK-3196] Rewrite with Authlib rather than python-jose

Open adamjmcgrath opened this issue 3 years ago • 3 comments

Authlib 0.x provides middleware that protects Flask APIs with https://datatracker.ietf.org/doc/html/rfc6750 - so we can remove all the code that gets the Bearer Token and Issues spec compliant errors.

When Authlib 1.x is released we can remove validator.py as this will include it's own JWTBearerValidator

adamjmcgrath avatar Mar 10 '22 15:03 adamjmcgrath

Added some unit tests because I had some around anyway and was able to reduce the validator code because Authlib 1.0 is out

adamjmcgrath avatar Mar 16 '22 14:03 adamjmcgrath

Am going to leave this in draft mode for a bit so I can point the old QS to master and the new QS to this

adamjmcgrath avatar Mar 17 '22 11:03 adamjmcgrath

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇‍♂️

stale[bot] avatar Jul 10 '22 08:07 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇‍♂️

stale[bot] avatar May 21 '23 21:05 stale[bot]