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
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@
18
18
19
19
## About
20
20
21
-
This repository was created in order to assist in the process of implementing **authentication in React JS applications**. All components and contexts have unit tests and a **basic HTML structure without CSS**. The structure has resources to protect routes and control the visibility of components based on permissions, the entire process for the implementation is found in this document.
21
+
This repository was created to assist in the authentication implementation process in React **JS applications with JWT and refresh token**. All components and contexts have **unit tests** and a **basic HTML structure without CSS**. The project has features to **secure routes** and **control the visibility of components** based on permissions, the entire implementation process is in this document.
22
+
23
+
Feel free to clone the project or use it as a template and make any changes you deem necessary.
22
24
23
25
## Built Using
24
26
@@ -97,6 +99,22 @@ yarn test:coverage:watch
97
99
npm run test:coverage:watch
98
100
```
99
101
102
+
## Test users
103
+
104
+
The app is integrated with the [node-api-refresh-token.herokuapp.com](https://node-api-refresh-token.herokuapp.com) API, configured in the `.env` file. There are two users with different accesses so that the tests can be performed:
0 commit comments