Releases: DirectoryTree/Bartender
Releases · DirectoryTree/Bartender
v1.3.1
Fixed
- Use
text
instead of string
type in provider token migration - b08d59f
v1.3.0
Added
- Ability to store Socialite provider tokens in newly publishable migrations - #12
v1.2.1
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
Fixed
- Incorrect class reference used for Socialite user - #11
v1.1.1
Fixed
- Force fill attributes to bypass guarded attributes - #9
v1.1.0
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
Fixed
- Allow
POST
requests to be sent to OAuth callback route for Apple OAuth compatibility - #5 - a9ee667
v1.0.3
Fixed
- Facade method
serve
param doc type - 89431f4
v1.0.1
Fixed
- Laravel 10 - migrations created in a folder which causes an error running them - #3