An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Nest Logo

[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
```