limosa-io / openid-connect-server

This is an OpenID Connect Server written in PHP.
GNU Affero General Public License v3.0
46 stars 9 forks source link

Feat update packages #28

Closed omitobi closed 1 year ago

arietimmerman commented 1 year ago

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

See: https://github.com/arietimmerman/openid-connect-server/pull/27#issuecomment-1725015086

arietimmerman commented 1 year ago

I created a pull request with - in my opinion - a fix. The rest looks great. https://github.com/eideasy/openid-connect-server/pull/1

omitobi commented 1 year ago

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

arietimmerman commented 1 year ago

Thanks!