You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,13 @@ This project is the frontend part of the OAuth2 workflow demonstration. It is bu
11
11
- Access to protected resources
12
12
13
13
### Prerequisites
14
-
Before you begin, ensure you have the following installed on your machine:
14
+
Before running the OAuth2 React Frontend, ensure you have the following prerequisites installed:
15
15
16
-
1. Node.js
17
-
2. npm or yarn
18
-
3. Basic understanding of React and OAuth2 concepts
19
-
4. Git for version control
16
+
1. Access to the OAuth2 server backend (refer to the [OAuth2 server repository](https://github.com/guptaaashutosh/OAuth2.0-with-reverse-proxy) for setup instructions)
17
+
2. Node.js
18
+
3. npm or yarn
19
+
4. Basic understanding of React and OAuth2 concepts
0 commit comments