https://github.com/youbaimkf/nest-auth-api
🛡️Auth API
https://github.com/youbaimkf/nest-auth-api
api authentication nestjs opaque-access-token swagger typescript
Last synced: 2 months ago
JSON representation
🛡️Auth API
- Host: GitHub
- URL: https://github.com/youbaimkf/nest-auth-api
- Owner: YoubaImkf
- Created: 2024-02-22T13:48:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T19:03:47.000Z (over 2 years ago)
- Last Synced: 2025-07-24T10:32:53.524Z (11 months ago)
- Topics: api, authentication, nestjs, opaque-access-token, swagger, typescript
- Language: TypeScript
- Homepage:
- Size: 579 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
## API Description 🚀🤖
The API provides authentication functionalities for user registration, login, and token validation. It allows users to
register with a unique email address and password, authenticate themselves via login credentials, and validate access
tokens for authorized endpoints.
## 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
```
## Logic
