File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
9
### Setup Requisites
2
10
- Mongo
3
11
- docker
8
16
9
17
Post this start making changes to the code they should be reflected and you should be able to see them running.
10
18
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
+
11
22
## User Journey
12
23
### Google login
13
24
- When user wishes to sign-up
You can’t perform that action at this time.
0 commit comments