codeigniter4 / shield

Authentication and Authorization for CodeIgniter 4
https://shield.codeigniter.com
MIT License
359 stars 128 forks source link

fix: LoginModel cannot use uuid for id column #1044

Closed MrFrost-Nv27 closed 7 months ago

MrFrost-Nv27 commented 7 months ago

Description i want use uuid for user id, so let set the validation customable or change the behavior.

my opinion is for improve jwt token security auth at sub payload not integer id, but uuid

Checklist:

kenjis commented 7 months ago

Please remove the first commit. It will be fixed by #1040