From c8e51492376bc02133da4dd644d67e81546b5591 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Sun, 19 Jun 2022 11:24:17 -0600 Subject: [PATCH] update README in prep for bearer tokens --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a82d41..9732837 100644 --- a/README.md +++ b/README.md @@ -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