https://github.com/devseeder/auth
Auth
https://github.com/devseeder/auth
authentication bearer-authentication jwt mongodb nestjs nodejs oauth2 typescript
Last synced: 8 months ago
JSON representation
Auth
- Host: GitHub
- URL: https://github.com/devseeder/auth
- Owner: DevSeeder
- Created: 2022-08-22T23:36:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T11:11:22.000Z (over 2 years ago)
- Last Synced: 2025-05-28T07:02:08.352Z (about 1 year ago)
- Topics: authentication, bearer-authentication, jwt, mongodb, nestjs, nodejs, oauth2, typescript
- Language: TypeScript
- Homepage:
- Size: 959 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.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
[url-prod]: http://auth.devseeder.com
This project use NestJS, a progressive Node.js framework for building efficient and scalable server-side applications.
## Technologies
- NestJS
- NodeJS
- JWT Auth
## Description
JWT Authentication API for devseeder softwares.
## 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
```
## Contact
maick@devseeder.com
## Example
After run the server, make a get in browser, postman or similar
```bash
## Login Route
[url-prod]/auth/login
## Create User
[url-prod]/users/create
```