Auth Tests Versions Save

Always-current tests for Laravel's authentication system. Curated by the community.

8.0.0

3 years ago

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

7.0

4 years ago

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

6.4.0

4 years ago

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

6.0.0

4 years ago

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

6.0.0-rc1

4 years ago

5.8.2

4 years ago

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.

5.8.1

4 years ago
  • Accommodated for a new feature with invalidating all sessions (#16)
  • Using Hash::make() instead of bcrypt() helper function

5.8

5 years ago

5.7.16

5 years ago

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

5.7.15

5 years ago