Skip to content

Commit 280992f

Browse files
Update README.md
1 parent 56947ac commit 280992f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## UseCase
2+
- Any idea or application a developer wants to develop. He has to put-in efforts to develop an authenticator using which a user signs up to the app.
3+
- Authenticator is just that component which adds user to a db and validates if any request is coming from a person belonging to the application.
4+
5+
In signup you have multiple ways of doing it
6+
- Manual sign-up {where you enter first name, lastname, email etc.}
7+
- Signup with google/facebook/twitter
8+
19
### Setup Requisites
210
- Mongo
311
- docker
@@ -8,6 +16,9 @@
816

917
Post this start making changes to the code they should be reflected and you should be able to see them running.
1018

19+
### Current-state:
20+
In the repo you see signup with google until now. Moving forward we should add the ability to signup with facebook/twitter
21+
1122
## User Journey
1223
### Google login
1324
- When user wishes to sign-up

0 commit comments

Comments
 (0)