Releases: uisits/laravel-oidc
Releases · uisits/laravel-oidc
1.0.0
v10.0.3
v9.2.2
Bug Fix
- Added check to see if user response has groups key.
V10.0.0
- Upgraded package for laravel 10.
v9.2.1
Changes
- Updated user migrations to also update data.
- To individually run the migration files you can specify the file path of migration file.
php artisan migrate --path=./vendor/uisits/laravel-oidc/migrations/2023_11_14_000000_update_users_table.php
v9.2.0
- Updated migrations
V9.1.5
Adds
- Username Header for logging
9.1.4
Added:
- Added
getUserByToken
method to the Introspect middleware
Fixes duplicate User model
Added:
- Uses
User
model from config auth. - Added
getUserByToken
method to the Introspect middleware
Uses config auth model
Added:
- Uses
User
model from config auth. - Added
getUserByToken
method to the Introspect middleware