pyjwt
pyjwt copied to clipboard
Async Support in JWKS flow
It looks like #956 was attempting to add async support to the library for the blocking function for JWKS token flow.
It is possible that support for using a coroutine could be added?
For now I: signing_key = await asyncio.to_thread(_jwks_client.get_signing_key_from_jwt, token)