Skip to content

Commit eadce86

Browse files
committed
Encrypted the refresh_token field.
1 parent 62f3ac6 commit eadce86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Models/User.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ class User extends Authenticatable
5353
'verified' => 'boolean',
5454
'locale' => 'string',
5555
'mfa_enabled' => 'boolean',
56+
'refresh_token' => 'encrypted',
5657
];
5758
}

0 commit comments

Comments
 (0)