-
Notifications
You must be signed in to change notification settings - Fork 5
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
HTTPBearer token is set, Auth button not shown on /api/docs #67
Merged
Merged
Changes from 7 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
4ae5b2d
WIP: HTTPBearer token is set
Igoranze a611595
Fix: Authenticate refactor for GraphQL and other
Igoranze ee5085b
Fix: raise 403 on empty token
Igoranze 23b0e16
Fix: Add test with token extractor
Igoranze bb5588b
Fix: changed bool to False auto_error
Igoranze 8643e6c
Fix artefact package
pboers1988 8382c10
Linting
pboers1988 37433f3
Fix: Linting issues
Igoranze 08c14b5
Fix: space removal black check .
Igoranze 1239b56
Refactor: make it more abstract
Igoranze 27e6a7f
Fix: linting
Igoranze effa3d8
Test: fix tests
Igoranze 588231b
Fix: linting imports
Igoranze b3f4957
Fix: linting return type
Igoranze 2e45752
Merge branch 'main' into auth-b-shown
Igoranze 6079861
Add init to HTTPBearerExtractor
Igoranze f9e4f4c
Fix: Black --check
Igoranze a64b4ea
Fix typing decorator and removed unused code
Igoranze a7103f7
fix: black
Igoranze feac762
Update oauth2_lib/fastapi.py
Igoranze 41b1cd0
Update oauth2_lib/fastapi.py
Igoranze 576f944
Fix: ruff
Igoranze ce63c77
Merge branch 'auth-b-shown' of github.com:workfloworchestrator/oauth2…
Igoranze e163eac
Rollback Typing checks
Igoranze eeffe05
Add: typing ignore on decorator tests
Igoranze 96ad751
bump version
Igoranze 944473b
bump version
Igoranze 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 was deleted.
Oops, something went wrong.
This file contains 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you did this because the new WebSocket implementation passes the token in a header. Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct :) And it no longer servers only for the websocket since that should not matter