Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martinbinard/react-auth


https://github.com/martinbinard/react-auth

Last synced: 3 days ago
JSON representation

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
```