update README in prep for bearer tokens

This commit is contained in:
Iris Lightshard 2022-06-19 11:24:17 -06:00
parent 4d62b07047
commit c8e5149237
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -33,6 +33,7 @@ Features may be added here at any time as things are in early stages right now:
* [x] top-level wrapper for attaching `UserStore` backends to cookie handler
* [x] POC [indental](https://wiki.xxiivv.com/site/indental.html) `UserStore` implementation
* [ ] Bearer token-based authentication to supplement cookie-baesd auth
### etc
@ -42,7 +43,6 @@ Features may be added here at any time as things are in early stages right now:
- [x] `Bunt`: logout and redirect
- [x] `Fortify`: setup CSRF protection (use on the form)
- [x] `Defend`: enact CSRF protection (use on the endpoint)
* [ ] generic DAL wrapper? might be unneccessary
## license