项目作者: leonfoliveira

项目描述 :
A basic authentication service with AccessToken and RefreshToken.
高级语言: TypeScript
项目地址: git://github.com/leonfoliveira/Authentication-Service.git
创建时间: 2021-05-06T23:02:45Z
项目社区:https://github.com/leonfoliveira/Authentication-Service

开源协议:MIT License

下载


Authentication Service

MIT License
Build Status
Coverage Status
Open Source

A basic authentication service with AccessToken and RefreshToken.

Scripts

Build

  1. yarn build

Run in Production

  1. yarn start

Run in Development

  1. yarn dev

REST API

Run in Insomnia}

Swagger

  1. /docs

Libs

  • Express
  • TypeORM
  • Joi
  • NodeMailer
  • EJS

Principles

  • SOLID
  • Clean Architecture
  • DRY
  • YAGNI
  • KISS
  • Design Patterns