Commit 4ba9f56
committed
fix: add PyJWT[crypto] extra for RS256 signing support
The OAuth manager uses RS256 (via PyJWT), which requires the
cryptography package. Without the [crypto] extra, PyJWT can't find
the algorithm and all OAuth tests fail.1 parent 3d7f33b commit 4ba9f56
2 files changed
Lines changed: 380 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments