From 4c2c91a2bde0db1b44d550115e8eef8580995098 Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Tue, 21 Sep 2021 08:27:14 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bb437b..494a376 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ - ✅ Email verification - ✅ APIs to update profile securely - ✅ Forgot password flow using email -- ✅ Social logins (Google, Github, more coming soon) - +- ✅ Social logins (Google, Github, Facebook, more coming soon) +- ✅ Role base access management ## Project Status ⚠️ **Authorizer is still an early beta! missing features and bugs are to be expected!** If you can stomach it, then bring authentication and authorization to your site today! @@ -37,7 +37,6 @@ ## Roadmap - Password-less login with email and magic link -- Role-based access management system - Support more JWT encryption algorithms (Currently supporting HS256) - 2 Factor authentication - Back office (Admin dashboard to manage user)