Skip to content

Releases: thedevdojo/auth

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

New Contributors

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

Fixing Layout issues

15 Jun 16:07
2cce84f
Compare
Choose a tag to compare

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 🎉

13 Jun 22:17
Compare
Choose a tag to compare

This is the first stable version of the authentication package.

New version with Updated Assets

13 Jun 21:44
Compare
Choose a tag to compare
0.0.24

Adding latest updates with latest assets

Adding additional tests

13 Jun 21:39
37df22b
Compare
Choose a tag to compare
Merge pull request #35 from thedevdojo/finalDuskTests

Adding more dusk tests

Latest Release

01 Jun 01:30
c9ccff5
Compare
Choose a tag to compare
Merge pull request #27 from thedevdojo/jetstreamMods

Adding latest updates to auth