Update README.md

This commit is contained in:
Lakhan Samani 2021-09-21 08:27:14 +05:30 committed by GitHub
parent b3a52c2466
commit 4c2c91a2bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,8 @@
- ✅ Email verification - ✅ Email verification
- ✅ APIs to update profile securely - ✅ APIs to update profile securely
- ✅ Forgot password flow using email - ✅ 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 ## 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! ⚠️ **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 ## Roadmap
- Password-less login with email and magic link - Password-less login with email and magic link
- Role-based access management system
- Support more JWT encryption algorithms (Currently supporting HS256) - Support more JWT encryption algorithms (Currently supporting HS256)
- 2 Factor authentication - 2 Factor authentication
- Back office (Admin dashboard to manage user) - Back office (Admin dashboard to manage user)