Getting started - nperez9/api-auth GitHub Wiki

Api Auth

This is a api made in express and typescript thinks for user register, authentication and give permission whit roles. In next versions this will also include a front end, but the idea is that you use the api to integrate into your sistem.

Basic features:

  • Crud of users, permissions, roles, application and login with persistant in MongoDB
  • Easy to follow scaffolding
  • Swagger for documentation
  • You can add all your applications with registering every endpoint

The functionallity and the way this gonna work still under definitions

Index:

  1. Users