- Implement extended token lifetime for "Remember Me" functionality - Add token expiration details to authentication responses - Update client-side token handling to support dynamic expiration - Modify authentication middleware to handle token initialization more robustly - Configure JWT configuration to support longer token lifetimes |
||
|---|---|---|
| .. | ||
| AppSumoAuthController.php | ||
| ForgotPasswordController.php | ||
| LoginController.php | ||
| OAuthController.php | ||
| RegisterController.php | ||
| ResetPasswordController.php | ||
| UserController.php | ||
| UserInviteController.php | ||
| VerificationController.php | ||