Releases: thedevdojo/auth
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
- @antonL95 made their first contribution in #106
- @ch4r-ch4r made their first contribution in #117
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
Fixing Layout issues
The login page was not showing the correct left and right layout options with full height. This latest patch will fix that issue.
Version 1.0 release 🎉
This is the first stable version of the authentication package.
New version with Updated Assets
0.0.24 Adding latest updates with latest assets
Adding additional tests
Merge pull request #35 from thedevdojo/finalDuskTests Adding more dusk tests