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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,16 @@ A demo to learn JWT by reverse engineering
4
4
5
5
## How To Use It
6
6
7
-
1. Head over to the [demo hosted on repl.it](https://auth-jwt--gitcommitshow.repl.co/) (Or run it on your local machine : clone repo -> npm install -> npm start)
7
+
[](https://gitpod.io/#https://github.com/gitcommitshow/auth-jwt)
8
+
9
+
1. Head over to the [demo hosted on repl.it](https://auth-jwt--gitcommitshow.repl.co/)
10
+
11
+
Or run it on your local machine by cloning the repo and running following commands
12
+
```javascript
13
+
npm install
14
+
npm start
15
+
// Visit localhost:3000
16
+
```
8
17
2. Play around with the configurations
9
18
3. Read the cues at every page with more resources to go deeper into concepts
0 commit comments