Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-sardari/auth
This is a package for authentication and authorization with jwt token
https://github.com/m-sardari/auth
authentication authorization jwt jwt-token private-key public-key token
Last synced: about 2 months ago
JSON representation
This is a package for authentication and authorization with jwt token
- Host: GitHub
- URL: https://github.com/m-sardari/auth
- Owner: M-Sardari
- License: mit
- Created: 2022-12-22T14:24:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T16:47:14.000Z (about 2 years ago)
- Last Synced: 2023-03-11T18:27:19.058Z (almost 2 years ago)
- Topics: authentication, authorization, jwt, jwt-token, private-key, public-key, token
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## Stay in touch
- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).