update README

This commit is contained in:
Iris Lightshard 2022-05-17 22:48:17 -06:00
parent 7c0d0c864a
commit 1dd23fe176
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -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