update README
This commit is contained in:
parent
7c0d0c864a
commit
1dd23fe176
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ Features may be added here at any time as things are in early stages right now:
|
|||
|
||||
### etc
|
||||
|
||||
* [ ] middleware for easing auth flow:
|
||||
- [x] `Protected`: require login
|
||||
- [x] `Authorize`: login and redirect
|
||||
- [ ] `Bunt`: logout and redirect
|
||||
- [ ] `Fortify`: setup CSRF protection (use on the form)
|
||||
- [ ] `Defend`: enact CSRF protection (use on the endpoint)
|
||||
* [ ] generic DAL wrapper? might be unneccessary
|
||||
|
||||
## license
|
||||
|
|
Loading…
Reference in a new issue