Skip to content

Releases: DirectoryTree/Bartender

v1.3.1

29 Oct 13:42
Compare
Choose a tag to compare

Fixed

  • Use text instead of string type in provider token migration - b08d59f

v1.3.0

28 Oct 13:27
b5fb3a0
Compare
Choose a tag to compare

Added

  • Ability to store Socialite provider tokens in newly publishable migrations - #12

v1.2.1

18 Oct 17:07
Compare
Choose a tag to compare

Fixed

  • Use Hash::make instead of bcrypt when hashing passwords to use application hash mechanism - 684ce0b

Added

  • Ability to override hashing and new password generation in the default UserProviderRepository - 684ce0b

v1.2.0

04 Jun 21:14
e3baa25
Compare
Choose a tag to compare

Fixed

  • Incorrect class reference used for Socialite user - #11

v1.1.1

29 May 17:47
c540aed
Compare
Choose a tag to compare

Fixed

  • Force fill attributes to bypass guarded attributes - #9

v1.1.0

25 Apr 20:32
8f17546
Compare
Choose a tag to compare

Added

  • Ability to configure default redirect URLs via static properties - #7

Changed

  • Use redirect()->intended($url) instead of redirect()->to($url) when a user has been successfully authenticated - #7

v1.0.4

11 Apr 21:09
Compare
Choose a tag to compare

Fixed

  • Allow POST requests to be sent to OAuth callback route for Apple OAuth compatibility - #5 - a9ee667

v1.0.3

06 Apr 19:49
Compare
Choose a tag to compare

Fixed

  • Facade method serve param doc type - 89431f4

v1.0.2

05 Apr 17:59
Compare
Choose a tag to compare

Fixed

v1.0.1

04 Apr 18:13
Compare
Choose a tag to compare

Fixed

  • Laravel 10 - migrations created in a folder which causes an error running them - #3