Skip to content

Releases: thedevdojo/auth

Updated and ready for Laravel 12

23 Jun 19:09
06872a0
Compare
Choose a tag to compare
Merge pull request #156 from tygoegmond/main

fix(auth): prevent duplicate form submissions in 2FA code input

v1.1.1

28 Apr 23:27
06872a0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

28 Mar 20:35
fb91e28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.8...v1.1.0

1.0.8

06 Dec 01:26
1b04d44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.7...1.0.8

1.0.7

25 Oct 19:22
aec1bf1
Compare
Choose a tag to compare

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

Full Changelog: 1.0.6...1.0.7

1.0.6

26 Sep 18:30
ae99803
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5

20 Sep 12:37
4962db8
Compare
Choose a tag to compare

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

12 Jul 18:43
9545687
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.0.4

1.0.3

30 Jun 20:06
e26b3f5
Compare
Choose a tag to compare

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

Full Changelog: 1.0.2...1.0.3

Version 1.0.2

23 Jun 14:45
1351afc
Compare
Choose a tag to compare

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