Open hyperknot opened 2 months ago
This is actually very timely, we recently released session helper methods for the Node SDK (which you can see in the AuthKit quick start) which we're now in the process of porting to other languages, including Python.
Thanks for this, it helps knowing which JWT is the most popular in Python world.
Once those helper methods land in the Python SDK I'll let you know in this issue.
Thanks a lot for letting me know! Also, once the official implementation is done, please let me know if there is a logic error in my code.
Either in this repo, or on the Flask sample, what is the status of AuthKit integration?
I've been manually translating the node examples into Python, here is what I've come up with for the core parts.
I looked into the state of JWT in Python and the most up-to-date library currently is joserfc.
These are snippets for LiteStar framework, but the core parts should be extracted probably into the SDK, so not everyone has to look up the right JWKS validation libraries and methods.