Skip to content

A basic authentication service with AccessToken, RefreshToken and email confirmation.

License

Notifications You must be signed in to change notification settings

leonfoliveira/Authentication-Service

Repository files navigation

Authentication Service

MIT License Build Status Coverage Status Open Source

A basic authentication service with AccessToken and RefreshToken.

Scripts

Build

yarn build

Run in Production

yarn start

Run in Development

yarn dev

REST API

Run in Insomnia}

Swagger

/docs

Libs

  • Express
  • TypeORM
  • Joi
  • NodeMailer
  • EJS

Principles

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