This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit 9721f60
authored
Because the `/.well-known/jwks.json` is heavily cached, a developer may
rotate the standby key to in use faster than those caches expire. In
that case the `getClaims()` method may receive a JWT signed with a key
ID it doesn't recognize. Instead of failing with an error, it should
reach out directly to the Auth server to verify the JWT.
1 parent 7665f94 commit 9721f60
2 files changed
+14
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2968 | 2968 | | |
2969 | 2969 | | |
2970 | 2970 | | |
2971 | | - | |
| 2971 | + | |
2972 | 2972 | | |
2973 | 2973 | | |
2974 | 2974 | | |
| |||
2992 | 2992 | | |
2993 | 2993 | | |
2994 | 2994 | | |
2995 | | - | |
| 2995 | + | |
2996 | 2996 | | |
2997 | 2997 | | |
2998 | 2998 | | |
| |||
3001 | 3001 | | |
3002 | 3002 | | |
3003 | 3003 | | |
3004 | | - | |
| 3004 | + | |
3005 | 3005 | | |
3006 | 3006 | | |
3007 | 3007 | | |
| |||
3066 | 3066 | | |
3067 | 3067 | | |
3068 | 3068 | | |
3069 | | - | |
3070 | | - | |
| 3069 | + | |
| 3070 | + | |
| 3071 | + | |
3071 | 3072 | | |
3072 | | - | |
3073 | 3073 | | |
3074 | | - | |
| 3074 | + | |
| 3075 | + | |
| 3076 | + | |
| 3077 | + | |
| 3078 | + | |
3075 | 3079 | | |
3076 | 3080 | | |
3077 | 3081 | | |
| |||
3088 | 3092 | | |
3089 | 3093 | | |
3090 | 3094 | | |
3091 | | - | |
3092 | | - | |
3093 | | - | |
3094 | | - | |
3095 | 3095 | | |
3096 | 3096 | | |
3097 | 3097 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
344 | 346 | | |
345 | 347 | | |
346 | 348 | | |
| |||
0 commit comments