Skip to content

Releases: coddin-web/oidc-client-laravel-wrapper

1.4.2

13 Sep 13:14
Compare
Choose a tag to compare
Correctly put the ID Token from the TokenAuthenticated middleware in …

…the session

1.4.1

07 Sep 12:27
Compare
Choose a tag to compare
Add missing method to interface

1.4.0

07 Sep 11:28
Compare
Choose a tag to compare

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

22 Aug 12:07
Compare
Choose a tag to compare

Change accessToken to idToken for more available information

1.3.2

22 Aug 10:29
Compare
Choose a tag to compare
composer version update

1.3.1

29 Jul 07:00
Compare
Choose a tag to compare
Better README.md

Release 1.3.0

25 May 07:49
Compare
Choose a tag to compare
Refactored

1.2.0

16 May 12:52
Compare
Choose a tag to compare
Refactored + back to 100% coverage

Release 1.1.0

13 May 14:06
Compare
Choose a tag to compare

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

Release 1.0.2

12 May 10:43
Compare
Choose a tag to compare
Be able to configure curl verify -host and peer