Commit 2ff845e
committed
Use JWK thumbprint as the kid
The kid is used to identify individual keys returned by the JWKS
endpoint. As per the documentation for the gem
(https://github.com/jwt/ruby-jwt) we can use the standardised JWK
thumbprint as the kid for the JWK rather than the legacy custom
approach the gem uses by default.1 parent 97ee6e5 commit 2ff845e
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
0 commit comments