forked from zmartzone/lua-resty-openidc
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update plugin #14
Open
dkasemodel
wants to merge
90
commits into
ContaAzul:master
Choose a base branch
from
zmartzone:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update plugin #14
Conversation
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
closes #362 closes #363 closes #366 Signed-off-by: Stefan Bodewig <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
closes #374 Signed-off-by: Stefan Bodewig <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
Allow lifecycle handlers to fail, altering the course of request processing
see #399 Signed-off-by: Stefan Bodewig <[email protected]>
see #399 Signed-off-by: Stefan Bodewig <[email protected]>
see #399 Signed-off-by: Stefan Bodewig <[email protected]>
try to avoid cache confusion
New function revoke_token() and revoke_tokens()
Make revoke_token() accessible
closes #406 Signed-off-by: Stefan Bodewig <[email protected]>
…ss-in-a-existing-session #404 Possibilty to pass in a existing session
Signed-off-by: Stefan Bodewig <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
Signed-off-by: Stefan Bodewig <[email protected]>
Signed-off-by: Stefan Bodewig <[email protected]>
closes #473 Signed-off-by: Stefan Bodewig <[email protected]>
optimization: some small optimizations on base64 encoding&decoding.
#345 handle the userinfo response as JWT
Signed-off-by: Oldřich Jedlička <[email protected]>
Signed-off-by: Oldřich Jedlička <[email protected]>
Bug in lua-resty-session does not permit calling session:destroy() on freshly started session with unset "audience" feature, so check for empty session before trying to destroy it. Signed-off-by: Oldřich Jedlička <[email protected]>
Address range 192.0.2.0/24 is reserved for documentation according to RFC 5737. The recommendation is to reject routing of this address range on routers, but as this is not mandatory, it might happen that the address is really routed. The tests on Docker on Windows fail because of this it, the fail reason is different to the expected one. Fix this by configuring Nginx to listen on 127.0.0.1:80 (and not 0.0.0.0:80) and connecting to 127.1.2.3 instead of 192.0.2.1. Signed-off-by: Oldřich Jedlička <[email protected]>
The mime module expects padded Base64 value, so add missing padding. Signed-off-by: Oldřich Jedlička <[email protected]>
restrict zero-pixel image logout to actual image requests
Signed-off-by: Hans Zandbelt <[email protected]>
Migrate lua-resty-session to 4.0.3 [tested, works]
closes #464 #480 #503; thanks @oldium @balajiv113 Signed-off-by: Hans Zandbelt <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
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.
Update plugin from original repo.