Two Factor Authentication#80
Conversation
- Implement two-factor authentication
|
After some more testing elsewhere email appears to work alright; as a result I think updating (for birthday entry in particular) is the only significant issue for this |
Conflicts: app/Http/Controllers/Auth/RegisterController.php app/Http/Controllers/Users/AccountController.php app/Models/User/User.php app/Services/UserService.php composer.json
Conflicts: app/Http/Controllers/Auth/LoginController.php app/Http/Controllers/Auth/RegisterController.php app/Http/Controllers/Users/AccountController.php app/Models/User/User.php app/Services/UserService.php composer.json resources/views/account/settings.blade.php resources/views/auth/passwords/reset.blade.php resources/views/auth/verify.blade.php routes/lorekeeper/members.php routes/web.php
- make recaptcha toggleable in config - implement laravel honeypot on fortify routes - fix resend verification email route
|
Updated this for birthday, etc. checking; I endeavored to not break alias registrations/login but would like more checking around that. |
- remove redundant controller functions
…e/lorekeeper into feature/two-factor-auth
ScuffedNewt
left a comment
There was a problem hiding this comment.
some notes / general clarification, nothing crazy
forgot mostly what I asked since I couldn't finalise review
- downgrade intervention/image Conflicts: composer.lock
Tested locally, though I would definitely appreciate more testing, especially around
the reimplementation of password reset, email verification etc.alias registration/login. Requires composer update, migrate