Commit 2efee0c
committed
Fix auth0-python: SignatureVerifier.verify_signature is sync, not async
The typeshed stub incorrectly declares verify_signature as async def.
The actual auth0-python implementation is synchronous.
See: https://github.com/auth0/auth0-python/blob/master/auth0/authentication/token_verifier.py#L1031 parent 843c1fd commit 2efee0c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments