codeigniter4 / shield

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

Change Behavior LoginModel validation for record login or set it customable #1045

Closed MrFrost-Nv27 closed 7 months ago

MrFrost-Nv27 commented 7 months ago

I want to use uuid on users id for improve security on jwt sub payload, so i need to change the validation on inner model library in id attribute

see some example here #1046