Skip to content

Releases: DCzajkowski/auth-tests

Laravel 8.0 release

12 Sep 19:12
4425755
Compare
Choose a tag to compare

Upgraded Laravel to v8.0

  • Dropped PHP 7.2 support
  • Changed the default User class namespace
  • Changed the default import sorting method
  • Changed the factory function into the new class-based approach
  • Replaced the deprecated phpunit method #53
  • Added a deprecation notice to the README

Fixed the default formatting #52

Laravel 7.0 release

04 Mar 01:12
520aabe
Compare
Choose a tag to compare

This release does not contain any code changes and is just a simple version compatibility bump

Laravel 6.4 compatibility

29 Oct 01:02
46baa9c
Compare
Choose a tag to compare

Laravel 6.4 compatibility (#32)

  • Fixed failing tests for Laravel 6.4 release (testUserCannotViewAnEmailPasswordFormWhenAuthenticated and testUserCannotViewAPasswordResetFormWhenAuthenticated)
  • removed guestMiddlewareRoute helper function as it is not used anymore

Laravel 6.0 compatibility

07 Sep 08:22
2df9b1f
Compare
Choose a tag to compare

Laravel 6.0 compatibility (#29)

  • EmailVerification Updated to Hash
  • Bump required Laravel version
  • Use POST requests for verification resend route
  • Pass entire user object into validVerificationVerifyRoute and invalidVerificationVerifyRoute method
  • Change make:auth command to laravel/ui
  • Fix missing --auth flag in ui preset setup
  • Force version 6.0 of Laravel
  • Update readme with new frontend preset

[RC1] Laravel 6.0 compatibility

07 Sep 08:13
2df9b1f
Compare
Choose a tag to compare
Pre-release
Laravel 6.0 compatibility (#29)

* EmailVerification Updated to Hash
* Bump required Laravel version
* Use POST requests for verification resend route
* Pass entire user object into validVerificationVerifyRoute and invalidVerificationVerifyRoute method
* Change make:auth command to laravel/ui
* Fix missing --auth flag in ui preset setup
* Force version 6.0 of Laravel
* Update readme with new frontend preset

Changed the way a too many login attempts message is asserted against

12 Jul 05:34
99f00b6
Compare
Choose a tag to compare

It should make the tests language-agnostic. Technically speaking this should be a non-breaking change. If you encounter any issues please file an issue on GitHub.

Small fix and small improvement

30 Mar 04:08
Compare
Choose a tag to compare
  • Accommodated for a new feature with invalidating all sessions (#16)
  • Using Hash::make() instead of bcrypt() helper function

Laravel 5.8 release

26 Feb 21:26
b84cd83
Compare
Choose a tag to compare
Update Laravel version for 5.8 release

Fixed a typo

13 Jan 19:39
4059750
Compare
Choose a tag to compare

This release fixes one typo in a method name (#14) — thanks @nhedger

Fix non-assigned variable

01 Dec 01:08
a30717d
Compare
Choose a tag to compare
Merge pull request #13 from DCzajkowski/shit

Fix