diff options
author | Derek Stevens <nilix@nilfm.cc> | 2022-05-17 22:48:17 -0600 |
---|---|---|
committer | Derek Stevens <nilix@nilfm.cc> | 2022-05-17 22:48:17 -0600 |
commit | 1dd23fe176ca430b11b550729d8cc06035afb609 (patch) | |
tree | 7a108af8b7a550ad8b02850d2dcfda53516947d3 | |
parent | 7c0d0c864aec533c96ca9e03c9bb9fcc62d68857 (diff) |
update README
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 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 |