diff --git a/README.md b/README.md index 934e28f..85a5344 100644 --- a/README.md +++ b/README.md @@ -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