Releases: thedevdojo/auth
Updated and ready for Laravel 12
v1.1.1
What's Changed
- Add Laravel Authentication Event Support by @nycomar in #155
- fix: increase token field length for Google OAuth2 compatibility by @r0b3r7 in #147
- Bump esbuild and vite by @dependabot in #153
- Add Vapor compatibility for build scripts by @richdynamix in #154
- fix(auth): prevent duplicate form submissions in 2FA code input by @tygoegmond in #156
New Contributors
- @nycomar made their first contribution in #155
- @r0b3r7 made their first contribution in #147
- @richdynamix made their first contribution in #154
- @tygoegmond made their first contribution in #156
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
-
Add support for Laravel 12 by @bobbyiliev in #150
-
Feb 2025 npm updates by @bobbyiliev in #148
-
Feb 2025 composer updates by @bobbyiliev in #149
-
Bump actions/cache version to v4 by @bobbyiliev in #151
-
Update composer and npm dependencies by @bobbyiliev in #152
Full Changelog: 1.0.8...v1.1.0
1.0.8
What's Changed
- fix login tests and github actions workflow by @ch4r-ch4r in #139
- Added head scripts by @magarrent in #138
- Fix background and logo uploads by @bobbyiliev in #140
- December 01 2024 updates by @bobbyiliev in #143
- Allow autocompletion for email and password inputs by @alajusticia in #142
- Allow autocompletion for email and password inputs by @tnylea in #144
- Allow users to disable registrations by @bobbyiliev in #141
New Contributors
- @magarrent made their first contribution in #138
- @alajusticia made their first contribution in #142
Full Changelog: 1.0.7...1.0.8
1.0.7
What's Changed
- Adding updates to allow the socialite user to use a custom model by @tnylea in #135
- fix issue where social user saving fails after oauth callback by @zackAJ in #134
- fix issue where social user saving fails after oauth callback by @tnylea in #136
- feat: Add check for account existence before login and display error message if not found by @thahulive in #133
- feat: Add check for account existence before login and display error message if not found by @tnylea in #137
New Contributors
- @zackAJ made their first contribution in #134
- @thahulive made their first contribution in #133
Full Changelog: 1.0.6...1.0.7
1.0.6
What's Changed
- updating the documentation to tell users where to send issues by @tnylea in #130
- Add regenerateCodes method by @bobbyiliev in #131
- Update composer and npm dependencies by @bobbyiliev in #132
Full Changelog: 1.0.5...1.0.6
1.0.5
What's Changed
- Adding updates to tests by @tnylea in #125
- Magick exclude by @tnylea in #123
- Remember me feature for the login form by @Lakshan-Madushanka in #105
- fix - social login in strict mode by @antonL95 in #106
- Feature login remember me by @tnylea in #126
- Fix strict models social creation by @tnylea in #127
- fix test "registers a new user with password confirmation and logs in" by @ch4r-ch4r in #117
- fix social providers component and two factor authentication page closing tags by @ch4r-ch4r in #118
- Fix test registers a new user by @tnylea in #128
- Fix social providers tags by @tnylea in #129
New Contributors
Full Changelog: 1.0.4...1.0.5
1.0.4
What's Changed
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #86
- Fix typo by @Rattone in #76
- Fix logout vulnerabilities by @Lakshan-Madushanka in #92
- Fix login vulnerabilities by @Lakshan-Madushanka in #91
- Fix logout vulnerabilities by @tnylea in #93
- Fix login vulnerabilities by @tnylea in #94
- Fix login container alignment by @skdishansachin in #80
- Required imagick extension by @skdishansachin in #90
- Required imagick ext by @tnylea in #96
- Container alignment fix by @tnylea in #95
New Contributors
- @dependabot made their first contribution in #86
- @Rattone made their first contribution in #76
- @Lakshan-Madushanka made their first contribution in #92
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
- use Volt::mount inside of app booted - fixes issue #63 by @Tuginho in #64
- Add password confirmation by @skdishansachin in #71
- use Volt::mount inside of app booted - fixes issue #63 by @tnylea in #73
- Add password confirmation by @tnylea in #74
- Adding ability to center the social providers by @tnylea in #72
- fixing issues where facebook was not authenticating by @tnylea in #75
New Contributors
- @Tuginho made their first contribution in #64
- @skdishansachin made their first contribution in #71
Full Changelog: 1.0.2...1.0.3
Version 1.0.2
This version fixes a few bugs, adds more language copy, and makes it easier to work with your custom User model.
Version Updates
- You can now change the copy for almost every area of the Authentication pages. Thanks to @m0ham4d for this addition #37
- Bug Fix that resolves an issue with Social Authentication. Thanks to @RudyAnconi for this addition #54
- Bug fix that allows you to run the
artisan view:cache
command without any errors. #58. Thanks to @tygoegmond for pointing this out. - Enhancement - the login and register pages will now use the User model that you specify inside of the
config.auth.providers.model
, this will give you more flexibility and allow you to tap into the boot method and other methods from your user model (#56). More info to come in the documentation.
Upgrading
To upgrade to the latest version you'll want to install the latest version via composer and you'll also want to publish the new config/devdojo/auth/language.php
file. You can do this by running the following command:
php artisan vendor:publish --tag=auth:config --force
Warning
This command π wil overwrite all of your config files, so you may only want to move over the language.php file.
To do this you can move this file: https://github.com/thedevdojo/auth/blob/main/config/devdojo/auth/language.php