-
Notifications
You must be signed in to change notification settings - Fork 0
11 adapt to reference implementation #12
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
30 commits
Select commit
Hold shift + click to select a range
a5e0ac1
Add FAPI URL and BAPI URL to config.
alexbalakirev 541d81b
Adapt issuer validation
alexbalakirev 15d5b4a
Rename short-term session to session-token
alexbalakirev e9709c0
Bump release version to 2.0.0
alexbalakirev 4472ab8
Rename get_and_validate_short_session_value to validate_token
alexbalakirev c8b0c68
Change validate_token error handling, add new exception type for sess…
alexbalakirev 8f8d625
Adapt existing token validation tests to new error handling
alexbalakirev 0e3e17c
Add new tests to session service for issuer validation and false priv…
alexbalakirev 338ede3
Add new test for issuer validation in session service
alexbalakirev 96372a4
Update README.md
alexbalakirev 112dc08
Remove session_token_cookie_name
alexbalakirev 58000a8
Reorder required fields for configuration
alexbalakirev 826c295
Improved exception handling, renamed error codes
alexbalakirev 21caa9a
Change CORBADO_FRONTEND_API from variable to secret
alexbalakirev cc785d8
reduce public fields of session service
lukaskratzel 9dcaa43
update session token validation example
lukaskratzel edd1586
adjust workflow to use var instead of secret
lukaskratzel 43de3c2
return to public fields to make pydantic happy
lukaskratzel 5be424d
Enable CI/CD on changes on merge request
alexbalakirev 612f4c7
Increase maximum line length on linting
alexbalakirev 8c7fcbe
Run CI/CD on Github Issue naming pattern
alexbalakirev db9f228
satisfy mypy
lukaskratzel d372b3d
update generated client and openapi specs
lukaskratzel e99adda
enforce no trailing slashes in config urls
lukaskratzel 73a73ad
remove last_session_token_validation_result from session_service.py
lukaskratzel f842777
satisfy flake8
lukaskratzel 2834573
remove all usages of _set_validation_error
lukaskratzel ccddb45
adjust test_set_cname_expect_issuer_changed to new url validation exp…
lukaskratzel 3ede93c
satisfy mypy
lukaskratzel fe9f6cc
remove unnecessary file
lukaskratzel 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 1.1.3 | ||
| 2.0.0 |
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.