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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,8 @@ The JWT must be sent on the `Authorization` header as follows: `Authorization: B
61
61
62
62
Just clone the repository, run `npm install` and then `node server.js`. That's it :).
63
63
64
+
If you want to run it on another port, just run `PORT=3001 node server.js` to run it on port 3001 for example
65
+
64
66
## Issue Reporting
65
67
66
68
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
0 commit comments