Skip to content
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

Feat update packages #28

Merged
merged 14 commits into from
Nov 24, 2023
Merged

Conversation

omitobi
Copy link
Contributor

@omitobi omitobi commented Nov 22, 2023

No description provided.

@arietimmerman
Copy link
Collaborator

Awesome. Looks really good.
Would you mind adding lcobucci/jwt to the composer.json, since you have effectively upgraded that package.

See: #27 (comment)

@arietimmerman
Copy link
Collaborator

I created a pull request with - in my opinion - a fix. The rest looks great.
eideasy#1

An exception should be thrown instead of silently ignoring a claim
@omitobi
Copy link
Contributor Author

omitobi commented Nov 24, 2023

I merged in the fix you made. Its better to exclude the registered claims from extra

@arietimmerman arietimmerman merged commit e6b71e7 into limosa-io:master Nov 24, 2023
1 check passed
@arietimmerman
Copy link
Collaborator

Thanks!

@arietimmerman arietimmerman mentioned this pull request Nov 24, 2023
karlatascent added a commit to Ascent-Software-Group/openid-connect-server that referenced this pull request Jan 3, 2024
* Provide a default empty string value for nonce (limosa-io#11)

Recent PHP versions emit an error on the subsequent call to strlen() if
the nonce value is null.

* ImplicitGrant forgot to fill scopes (limosa-io#12)

* Emit event when id token is populated (limosa-io#16)

* Replace bogus identifier with configuration option (limosa-io#17)

* Replace bogus identifier with configuration option
* Fix emitting TOKEN_POPULATED event from AuthCodeGrant

* Fix unit tests (limosa-io#18)

* Fix failure after limosa-io#17
* Fix some PHP 8 deprecations because of missing values

* Use the Session service for the implicit grant (limosa-io#19)

* Enable CI workflow for pull requests (limosa-io#20)

Should prevent merging PRs with failing unit tests :)

* Improve ResponseHandler (limosa-io#24)

* Don't continue checking handler when one (/first) matches
* Fix "Undefined variable $response" error when no handler matched

* Harden AuthCodeGrant::canRespondToAccessTokenRequest (limosa-io#25)

* Skip (additional) checks when grant_type isn't even authorization_code
* Simplify check whether code request parameter is present
* Handle exception when code can't be decrypted (for example when
  sending empty value, or any value which isn't properly encrypted)
* Add check whether decoded token contains scopes (to prevent undefined
  variable error when it isn't)

* Store claims for implicit flow (limosa-io#23)

* Feat update packages (limosa-io#28)

Upgraded dependencies lcobucci/jwt and league/oauth2-server

* Formatting and warning fixes (limosa-io#29)

* documentation update (limosa-io#30)

* add (return) type hints to overriden methods (limosa-io#26)

---------

Co-authored-by: flh <flh@users.noreply.github.com>
Co-authored-by: Robert Meijers <robert@meijers.dev>
Co-authored-by: Robert Meijers <symfony@robert.meijers.dev>
Co-authored-by: Oluwatobi Samuel Omisakin <omisakin.oluwatobi@gmail.com>
Co-authored-by: Arie Timmerman <arietimmerman@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants