chore: rename project

This commit is contained in:
Lakhan Samani
2021-07-23 21:57:44 +05:30
parent aa6c22348e
commit 30f83aaf82
36 changed files with 118 additions and 116 deletions

View File

@@ -1,4 +1,4 @@
# Roadmap for yauth.io
# Roadmap for authorizer
This document contains detailed information about the project scope and future roadmap
@@ -43,9 +43,9 @@ This document contains detailed information about the project scope and future r
- [ ] Allow user to view users
- [ ] Allow user to define the JWT token field
- [x] A component library for react
- [x] Create YAuthProvider -> gives token, user, loading, setters
- [x] Create YAuth component -> Complete Login/Signup & Forgot password solution
- [x] Create YAuthResetPassword component -> Component that can be used to verify forgot password token and reset the password
- [x] Create AuthorizerProvider -> gives token, user, loading, setters
- [x] Create Authorizer component -> Complete Login/Signup & Forgot password solution
- [x] Create AuthorizerResetPassword component -> Component that can be used to verify forgot password token and reset the password
- [ ] Create a sdks
- [ ] NodeJS sdk which acts as a middleware and can be used to authenticate & authorize users
- [ ] Golang sdk which acts as a middleware and can be used to authenticate & authorize users