-
Notifications
You must be signed in to change notification settings - Fork 11
handle token request cases for authorization_code and refresh_token differently #207
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 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b5274fa
handle token request cases for authorization_code and refresh_token d…
ylebre f8fb8fa
Get client_id from either GET or POST
ylebre 9dbf457
Change PHP Codesniffer style so `break` and `case` need to be indente…
Potherca e6906c6
rename decrypt call
ylebre e93cac6
remove client_secret
ylebre 80ee0f9
straight from GET or POST
ylebre 487936c
remove elseif nag
ylebre 490efe9
fix indentation
ylebre ae6bd93
remove switch case property that is not working as intended
ylebre 28384b5
exclude PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOp…
ylebre 3ad37fa
attempt to get the test suites to pass again
ylebre 8088220
first bits, try to register a user backend
ylebre becb437
move register step to constructor, it needs to be called before boot
ylebre a9fdac7
implement all functions to get something to run
ylebre e6568ff
only register for the token endpoint
ylebre c045b4d
token endpoint now uses the clientauth thing, so we can safely return…
ylebre e93980a
remove error_log and add HUGE warning sign
ylebre 6988778
add warning
ylebre 4d96b15
remove error_log
ylebre 16f8048
whitespace
ylebre a48d395
Merge pull request #212 from pdsinterop/feature/user-backend
ylebre db83408
Merge branch 'main' into fix/refreshToken
ylebre 0c3c148
whitespace
ylebre bd6e408
remove refresh-token check that is no longer needed
ylebre 8c7278e
create trash directory on init
ylebre 4c64f33
Revert "remove refresh-token check that is no longer needed"
ylebre 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
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.