Better 2FA implementation on logins

This commit is contained in:
Dane Everitt 2017-02-01 22:58:48 -05:00
parent a1a81ac980
commit 4abdee0efb
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 106 additions and 25 deletions

View file

@ -18,8 +18,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Changed
* Admin API and base routes for user management now define the fields that should be passed to repositories rather than passing all fields.
* User model now defines mass assignment fields using `$fillable` rather than `$guarded`.
### Deprecated
* 2FA checkpoint on login is now its own page, and not an AJAX based call. Improves security on that front.
## v0.5.6 (Bodacious Boreopterus)
### Added