Skip to content

Auth is a library that allows application handling authentication and authorization for different auth providers

Notifications You must be signed in to change notification settings

gazebo-web/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Type Provider
Authentication Auth0
Authentication Firebase
Authentication Google Cloud - Identity Platform*
Authorization SpiceDB*

* To be implemented

Contribute

There are many ways to contribute to this library

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

About

Auth is a library that allows application handling authentication and authorization for different auth providers

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages