rappasoft/laravel-boilerplate

2FA Library Update

bryanrscott opened this issue · 3 comments

https://github.com/DarkGhostHunter/Laraguard has released version 3.0. Most importantly it changes the shared_secret column to text column. Which makes more compatible with postgresql.

Unfortunately it does have a minimum php level of 7.4 or 8.0. Happy to do a pull request once this project supports 7.4.

I'd take a PR for 7.4 and this update, I don't think we'd have to change anything but composer really.

Nevermind, I just changed it to 7.4, we should all be using at least that anyway.

d6d1626

I did a manual check and all the tests still pass so I think it's good.