π Willow-leaved Sandthorn
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()