Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Jetsam Server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jetsam
Jetsam Server
Commits
09301f23
Verified
Commit
09301f23
authored
3 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Update JWK key urn
parent
93df6c3f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
src/core/utils/jwt.js
+1
-1
1 addition, 1 deletion
src/core/utils/jwt.js
with
2 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
09301f23
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/core/utils/jwt.js
+
1
−
1
View file @
09301f23
...
...
@@ -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:
'
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment