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

https://github.com/ocdbytes/sampletssecureapi


https://github.com/ocdbytes/sampletssecureapi

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# SampleTSsecureAPI

It is a sample REST API format with ACCESS_TOKENS & REFRESH_TOKENS providing us with Asymmetric Authentication.

Generate your RSA Keys from here:
https://travistidwell.com/jsencrypt/demo/

Documentation in PDF provided above

### To run the api

```shell
# To install the packages
npm i
# To run the server
yarn dev
```