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