Site icon Golang Libraries, Apps, Golang Jobs and Go Tutorials

An authorization backend that comes with a UI for RBAC and ABAC permission – Golang based

This project brings a backend server with its frontend for managing authorizations.

You can use both Role-Based Acccess Control (RBAC) and Attribute-Based Access Control (ABAC).

Why use it?

 A centralized backend for all your applications authorizations

 Supports Role-Based Access Control (RBAC)

 Supports Attribute-Based Access Control (ABAC)

 Multiple language SDKs available

 Reliable: Authz uses Authz itself for managing its own internal authorizations

 Audit: We log each check decisions and which policy matched

 Single Sign-On: Use your enterprise SSO to log into the web UI, using OpenID Connect

 Observability: Retrieve metrics and tracing data into your prefered tools

More information on authz.fr

How it works?

Authorization is simple: a principal wants to make an action on a resource. That’s it.

Authz allows you to manage all the authorizations you want to manage. All of them, centralized in a single application.

All you need to do is to host the backend server (a Go single binary), the frontend (static files) if you want it and use our SDKs.

All data are stored in a SQL database. We currently support:

You can run a development environment using our docker-compose.mysql.yaml and docker-compose.postgres.yaml files. Or, you can see below to run an example using SQLite.

Exit mobile version