https://github.com/ocdbytes/sampletssecureapi
https://github.com/ocdbytes/sampletssecureapi
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ocdbytes/sampletssecureapi
- Owner: ocdbytes
- Created: 2022-03-11T21:43:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T21:50:54.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T10:46:09.921Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```