Skip to content

🍁 Willow-leaved Sandthorn

Compare
Choose a tag to compare
@mychidarko mychidarko released this 15 Jan 19:13
· 1 commit to v3.x since this release

v3.4 - 15 Jan 2025

Added

  • Added middleware for checking user email verification status auth.verified, auth.unverified
  • Added function to generate verification tokens auth()->user()->generateVerificationToken()
  • Added functions to verify tokens and users auth()->verifyToken(), auth()->user()->verify()
  • Added functions to check verification status auth()->user()->isVerified()