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
Download links:
-
SSH clone URL: ssh://git@git.jetbrains.space/uniquode/le/go-auth.git
-
HTTPS clone URL: https://git.jetbrains.space/uniquode/le/go-auth.git
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.