-
Notifications
You must be signed in to change notification settings - Fork 1k
Store client credentials in a new system table #2983
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
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
51ad2f2
Add system table for credentials
jsdt cd6625a
Add jwt payload to SpacetimeAuth
jsdt 4c1807f
Plumb the jwt payload around
jsdt 6b98710
Merge branch 'jsdt/credential-table' into jsdt/extract-payload
jsdt c65bb78
Store client credentials.
jsdt 168fd84
Tweak error handling
jsdt 4ecac1a
Merge branch 'master' into jsdt/store-client-creds
jsdt a336ba8
Fix some system table issues.
jsdt 89955d0
Merge branch 'master' into jsdt/store-client-creds
jsdt 14a6158
fmt
jsdt f796f2f
Merge branch 'master' into jsdt/store-client-creds
jsdt 5df0d93
Commit using the db, so it gets persisted.
jsdt 37467bf
Cleanup
jsdt b063fe3
Rollback on errors during identity connected.
jsdt 9272ae4
Merge branch 'master' into jsdt/store-client-creds
jsdt 2462a95
Update comments.
jsdt 9f4eccd
Merge branch 'master' into jsdt/store-client-creds
jsdt 67d60ca
Merge branch 'master' into jsdt/store-client-creds-mergetest
jsdt 7c384f3
Cleanup
jsdt 6819fe6
Attempt to merge, but this fails some tests.
jsdt 63f35a7
Fix inserted line.
jsdt f637e01
Merge branch 'master' into jsdt/store-client-creds
jsdt 765b69d
Merge branch 'master' into jsdt/store-client-creds
jsdt 7bdabc0
Update comment
jsdt fc7cd3d
Remove commented out code.
jsdt 54a9e7e
Merge branch 'master' into jsdt/store-client-creds
jsdt c80ac15
Add helper function
jsdt 392ef4e
Merge branch 'master' into jsdt/store-client-creds
jsdt 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -216,3 +216,6 @@ new.json | |
| # Keys | ||
| *.pem | ||
| .ok.sql | ||
|
|
||
| # Test data | ||
| !crates/core/testdata/ | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.