Categorygithub.com/gazebo-web/auth
repository
0.9.0
Repository: https://github.com/gazebo-web/auth.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Auth

Auth is an open source library for adding authentication and authorization to web services. Its objective is to reduce the amount of time needed to set up an auth layer in applications, allowing them to focus on developing new features instead.

DISCLAIMER: This library is under active development and may introduce unscheduled breaking changes in the near future.

Install

go get github.com/gazebo-web/auth

Providers

This library is designed with a set of generic interfaces for Authentication and Authorization, we also provide some integrations for different auth providers.

TypeProvider
AuthenticationAuth0
AuthenticationFirebase
AuthenticationGoogle Cloud - Identity Platform*
AuthorizationSpiceDB*

* To be implemented

Contribute

There are many ways to contribute to this library

  • Reviewing the source code changes.
  • Report new bugs.
  • Suggest new changes.