update README in prep for bearer tokens
This commit is contained in:
parent
4d62b07047
commit
c8e5149237
1 changed files with 1 additions and 1 deletions
|
@ -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] top-level wrapper for attaching `UserStore` backends to cookie handler
|
||||||
* [x] POC [indental](https://wiki.xxiivv.com/site/indental.html) `UserStore` implementation
|
* [x] POC [indental](https://wiki.xxiivv.com/site/indental.html) `UserStore` implementation
|
||||||
|
* [ ] Bearer token-based authentication to supplement cookie-baesd auth
|
||||||
|
|
||||||
### etc
|
### 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] `Bunt`: logout and redirect
|
||||||
- [x] `Fortify`: setup CSRF protection (use on the form)
|
- [x] `Fortify`: setup CSRF protection (use on the form)
|
||||||
- [x] `Defend`: enact CSRF protection (use on the endpoint)
|
- [x] `Defend`: enact CSRF protection (use on the endpoint)
|
||||||
* [ ] generic DAL wrapper? might be unneccessary
|
|
||||||
|
|
||||||
## license
|
## license
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue