jeremy379 / laravel-openid-connect

Implement OpenID Connect inside Laravel
MIT License
26 stars 13 forks source link

Adding support for a nonce #13

Closed GewoonYorick closed 6 months ago

GewoonYorick commented 6 months ago

This PR adds support for nonce.

This PR is based on https://github.com/ronvanderheijden/openid-connect/pull/17 With this PR we can close https://github.com/jeremy379/laravel-openid-connect/issues/9

Again, thanks to @moufmouf!

jeremy379 commented 6 months ago

Thanks for reporting this, looks good I'll merge it.

If you have some extra time, could you add a few lines about that inside the Readme? On my side, I'll see to add some tests later on.