-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Login/Signup with OIDC #2460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Login/Signup with OIDC #2460
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
47b133d
dev(backend): incomplete oauth2 OIDC impl
KernelDeimos 7c8f0d5
dev(backend): OIDC continued [1]
KernelDeimos 4374281
dev: add re-authentication flow for protect actions
KernelDeimos 5d22ee0
tweak: re-enable re-auth popup closing
KernelDeimos d532b3d
fix(oidc): session token vs gui token issues
KernelDeimos 3a9a345
tweak: make monthly username changes configurable
KernelDeimos 142d745
fix: "Popup Closed" message, + excess logs
KernelDeimos 0b8eafa
dev(oidc): re-auth remaining protected endpoints
KernelDeimos df1f5c4
refactor(oidc): extract common (email + username)
KernelDeimos 8923bda
refactor(oidc): update UIWindowChangePassword
KernelDeimos e2068e7
fix(oidc): fix QR code login issues caused by OIDC
KernelDeimos 21e959b
dev(oidc): remove button to manually invoke re-auth
KernelDeimos 8ecd6cd
dev(oidc): confirm email by default for OIDC
KernelDeimos 4d49f5d
fix: allow `html` property in UIComponentWindow
KernelDeimos e145f5d
dev(oidc): rewrite "Disable 2FA" window
KernelDeimos 298f1cd
fix: incorrect accessor reference in OIDCService
KernelDeimos 2cdc211
fix: incorrect parameters in UIWindowChangePassword
KernelDeimos b5a3323
fix: incorrect parameters in UIWindowChangeEmail
KernelDeimos 42d3f9e
fix(oidc): http-only cookie sync for switch user
KernelDeimos 2b80214
fix(oidc): add missing awaits
KernelDeimos d0c2e9b
fix(oidc): rate-limit identity for username
KernelDeimos a2b9193
clean(oidc): remove temporary debugging logs
KernelDeimos 7858f5b
fix(oidc): add error log for QR login flow
KernelDeimos 8d18ee5
refactor(oidc): address review comment
KernelDeimos ccecf0a
fix(oidc): remove generated source file
KernelDeimos 7ca0fe2
clean: remove commented code
KernelDeimos 720277c
style(oidc): migrate cjs to esm
KernelDeimos 16f2f5b
style(oidc): address PR rev on oidcCallbackPreamble_
KernelDeimos c97a499
style(oidc): private members in OIDCService
KernelDeimos b5d719e
lint: [+] no-useless-computed-key:error
KernelDeimos 4c51883
clean(oidc): remove "ghost files"
KernelDeimos 4de6d38
style(oidc): make this a private method
KernelDeimos f3bf40a
style(oidc): rename `httpPowers` to `hasHttpOnlyCookie`
KernelDeimos b3b3298
clean(oidc): remove jwt remap in ESM code
KernelDeimos 4e01608
dev: remove guarded debug log
KernelDeimos 0112f09
style(oidc): if instead of return with ternary expression
KernelDeimos 7493573
Merge remote-tracking branch 'origin/main' into eric/262A0_PUT-453
Salazareo 1be3eca
fix: rate limits for oidc too extreme
KernelDeimos 0cca9d5
fix : import
Salazareo b39bbe0
Merge remote-tracking branch 'origin/main' into eric/262A0_PUT-453
Salazareo ef0a665
fix(oidc): add code lost due to editing a `.js`
KernelDeimos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.