Releases: coddin-web/oidc-client-laravel-wrapper
Releases · coddin-web/oidc-client-laravel-wrapper
1.5.0
Possibly prevent a redirect loop by sending the user to the logout page instead of their intended page after an expired token
1.4.2
Correctly put the ID Token from the TokenAuthenticated middleware in …
1.4.1
Add missing method to interface
1.4.0
Backwards incompatible change:
Previously the idToken was saved in the accessToken slot for mainly specific claim reasons.
This has been corrected and both the id and accessToken are saved now.
1.3.3
Change accessToken to idToken for more available information
1.2.0
Refactored + back to 100% coverage
Release 1.1.0
Overhaul of functionality.
Main difference is less involvement in the authorization within the Laravel application by dispatching an Event in stead of firstOrCreate-ing the User.
At the moment at a loss of coverage to get a working version out