Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinbinard/react-auth
https://github.com/martinbinard/react-auth
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinbinard/react-auth
- Owner: MartinBINARD
- Created: 2024-03-05T21:32:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T00:01:14.000Z (8 months ago)
- Last Synced: 2024-04-24T09:29:29.798Z (7 months ago)
- Language: JavaScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React & Nodejs auth App
## CREATE ssh keys
- In path `api/keys/`, create keys with these commands, see example keys in this path :
```
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
``````
ssh-keygen -e -m PEM -f jwtRS256.key > jwtRS256.key.pub
```## INSTALL
```
npm i
```then run :
```
npm start
```