Skip to content
Snippets Groups Projects
Verified Commit 09301f23 authored by Louis's avatar Louis :fire:
Browse files

Update JWK key urn

parent 93df6c3f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
### Added
- Correct OAuth2 access handling
- Use ALS for request-agnostic context injection
- Add performance monitoring to queue jobs
- Use queue for sending password reset emails
......
......@@ -107,5 +107,5 @@ exports.getClaims = tokenPayload => {
exports.jwtOptions = {
issuer: 'urn:jetsam:systems:auth',
claims: 'urn:jetsam:resources:claims',
keyid_prefix: 'urn:jetsam:jwk:'
keyid_prefix: 'urn:jetsam:resources:jwk:'
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment