From 1dd23fe176ca430b11b550729d8cc06035afb609 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Tue, 17 May 2022 22:48:17 -0600 Subject: [PATCH] update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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