https://github.com/juicycleff/guardian-js
Auth server
https://github.com/juicycleff/guardian-js
Last synced: 5 months ago
JSON representation
Auth server
- Host: GitHub
- URL: https://github.com/juicycleff/guardian-js
- Owner: juicycleff
- Created: 2021-05-30T18:29:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T23:41:10.000Z (over 4 years ago)
- Last Synced: 2025-04-30T16:26:07.652Z (5 months ago)
- Language: TypeScript
- Size: 377 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guardian JS
## Description
[WIP] Guardian Js is the next auth server## 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
```## License
Nest is [MIT licensed](LICENSE).