-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add OAuth 2.0 authentication via bl auth login oauth #23
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
16 commits
Select commit
Hold shift + click to select a range
1cc34ff
fix: use CSPRNG for OAuth state generation
23prime d5fc398
fix: correct percent_decode for multi-byte UTF-8 and use char-safe ma…
23prime e380716
fix: loop TCP callback to skip non-OAuth requests; strengthen state test
23prime c221ae8
docs: document bl auth login oauth command and OAuth token storage
23prime 8605fe8
feat: add OAuth 2.0 authentication via bl auth login oauth
23prime 8d03d96
fix: correct command name to bl auth login-oauth in docs
23prime d32b14e
fix: make generate_state fallible with anyhow instead of panicking
23prime 98758b7
fix: correct OAuth app registration path in login prompt
23prime f5523bc
fix: propagate OAuth refresh failures instead of swallowing them
23prime 5f549bd
fix: surface keyring delete errors in delete_oauth_tokens; use ? in o…
23prime 6507c01
docs: use 127.0.0.1 in redirect URI examples; add --no-banner note; e…
23prime 9e985c2
fix: use direct URL for OAuth app registration instead of navigation …
23prime b64aa73
fix: set finite connect/request timeouts on all HTTP client builders
23prime bb6afb0
fix: handle OAuth denial/error callbacks with proper HTML response an…
23prime 914b725
feat: show auth method in auth status output
23prime 7401604
feat: show masked client secret and storage backend in OAuth auth status
23prime 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
Some comments aren't visible on the classic Files Changed page.
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 |
|---|---|---|
|
|
@@ -22,3 +22,6 @@ anstream | |
| coderabbitai | ||
| nulab | ||
| truecolor | ||
| getrandom | ||
| CSPRNG | ||
| subsec | ||
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
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.