Commit 402a34f
Add setGenerateJWT method to update JWT generator after initialization
When using JWT auth, the generateJWT function passed to initialize() gets
captured and never updates. This adds a setGenerateJWT export that allows
updating the function reference at any time, fixing #160.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 190a168 commit 402a34f
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
1195 | 1210 | | |
1196 | 1211 | | |
1197 | 1212 | | |
| |||
0 commit comments