From 1481c76a0d1bf8135b611ec5c6fbcafba5f9d10d Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Thu, 3 Mar 2022 09:19:57 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e60105c..b12ae31b 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,12 @@ Backlog (Not Yet Assigned) - [ ] Allow language specification in Url (#1731) V.3.1.0 ( Q1 2022 ) +- [x] User account lockout support +- [x] 2 factor authentication support +- [ ] Allow configuration of local authentication parameters (ie. password complexity) +- [ ] Authentication extensibility via OIDC Identity Providers - [ ] Token based authentication / authorization via OAuth2 / OpenID Connect - [ ] Provide Single Sign On (SSO) for other applications -- [ ] Authentication extensibility via Social logins / Azure B2C -- [ ] Allow configuration of password complexity for local authentication -- [ ] User account lockout support V.3.0.3 ( Feb 15, 2022 ) - [x] Url fragment and anchor navigation support