Releases: kronthto/laravel-oauth2-login
Releases · kronthto/laravel-oauth2-login
Laravel 9-10
Logout, Enhancements
Added
- A check that we are not on the callback route to prevent infinite looping in case the middleware is added globally
- Logout method to Guard
Laravel 8
Laravel 7
Laravel 6
CheckOnly Version
Added
- Alternative middleware that only checks but doesn't redirect if not logged
- PHP 7.3 Travis coverage
refresh_token Error-Handling
Fixed
- No longer attempt refresh_token grant without token
- Handle errors during refresh_token (same as invalid access-token -> Redirect to IP authorize)
Laravel 5.8
Factory-Support for custom User objects (Auth-Guard)
Added
- Possibility to specify an "AuthWrapperFactory" allowing custom creation of the Guard User object
Laravel 5.7
Added
- Laravel 5.7 support
Changed
- Tests: Assign the middleware as route-middleware
Fixed
- Readme: Config publish command quotes (otherwise would need to use
\\
in namespace)