Support for OAuth2 sessions revocation#515
Open
Louson wants to merge 1 commit intorequests:masterfrom
Open
Conversation
ee7e0af to
f2c3c6e
Compare
Contributor
|
This looks interesting, shall we add an example in docs & rebase ? I'll be happy to merge it. |
f2c3c6e to
58a2770
Compare
Author
|
I made an example with the gitlab API as I'm not sure the google API or the GitHub are compliant. |
Add support for revocation in OAuth2 sessions. Make an example with GitLab. Documentation. Signed-off-by: Louis Rannou <louis.rannou@syslinbit.com>
58a2770 to
6746998
Compare
Contributor
|
@JonathanHuot would this PR be a good candidate to have the secrets stored? Should we get #538 tested and merged before this one? Then we can move the keys out of the source code? |
Author
|
Hello, any news on this ? |
Author
|
up |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add support for revocation in OAuth2 sessions
Suggestion for #337
Do you know how it's possible to test this ?