updated jwt

This commit is contained in:
2026-03-06 11:18:15 -06:00
parent 352e710eb1
commit aa658d39a3
5 changed files with 41 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class User extends Authenticatable
'token',
'refresh_token',
'expiresIn',
'user', // holds jwt (per spec)
'user_jwt', // holds jwt (per spec)
];
protected $hidden = [