Skip to content

Releases: kronthto/laravel-oauth2-login

Laravel 5.6

19 Apr 07:31
v1.4.0
b4e9d1a
Compare
Choose a tag to compare

Added

  • Laravel 5.6 support

Fixed

  • Readme: composer require package name

Laravel 5.5

19 Sep 19:39
v1.3.0
15a76f8
Compare
Choose a tag to compare

Added

  • Laravel 5.5 support
  • Package Auto-Discovery

Changed

  • Travis build matrix
  • Improved dependency version constraints
  • Allow league/oauth2-client also at v1 - even though I don't recommend it a short test showed no problems/incompatibilities

Fixed

  • PHP 5.6 install stuck because of (loose) testbench constraints

Driver to allow use with Laravel Auth

29 Jun 19:03
v1.2.0
4c55fb0
Compare
Choose a tag to compare

Added

  • Auth-driver viaRequest & Authenticatable wrapper

Allow custom OAuth2 providers

25 May 16:36
v1.1.0
1ebbeda
Compare
Choose a tag to compare

Added

  • Configuration option to specify a custom OAuth2 provider class

Initial - OAuth2 middleware + callback, owner info

21 May 18:03
v1.0.0
87fbdd4
Compare
Choose a tag to compare

Added

  • Basic Project setup
  • OAuth2 client middleware & callback
  • Keeps token in session
  • Refreshes expired tokens
  • (Cached) resource owner info