Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 721 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 721 Bytes

Simple authentication API with database backend

Description

Authentication management, API in go-lang, UI in ReactJS

This application provides a CRUD API for management to support a simple authentication system with the following features:

  • JWT role-based authentication for the app itself
  • extensible multi-factor authentication, initially supporting password hash and TOTP
  • user managed roles

Getting Started

Download links:

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.