File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# The Logo ⚛️
2
2
3
- #Motivation
3
+ # Motivation
4
+
4
5
Sometimes we need to create an application where we don't have a huge user base, we provide a tool to
5
6
manage already running businesses. We wanted a configuration/way where we can create all user registration
6
7
and login related pages in one go and start working on business logic. One of the options we explored and
@@ -11,7 +12,8 @@ Aws-amplify provides us a way to talk to Cognito-UserPools and manages session a
11
12
authentication parts. Cognito-UserPools helps in managing users by providing basic tools like OTP, EMAIL,
12
13
social logins etc.
13
14
14
- #Overview
15
+ # Overview
16
+
15
17
This project was bootstrapped with Create React App and use Aws-amplify with Cognito-UserPools to handle basic authentication.
16
18
We also use [ react-rewired] ( https://github.com/timarney/react-app-rewired ) and [ customize-cra] ( https://github.com/arackaf/customize-cra )
17
19
You can’t perform that action at this time.
0 commit comments