Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 497 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 497 Bytes

Auth Manager

A generic account and auth management backend

Design patterns heavily influenced by Alex Edwards books.

Features

  • Teams
  • Users
  • Roles
  • Tokens

Components

  • Gin is used as the router
  • Casbin as the auth backend

Run the server

Locally

make run-server

Tests

Run the integration tests via the makefile

make ENV=int test-int-local