An open API service indexing awesome lists of open source software.

https://github.com/application-research/estuary-auth

Authentication library for Estuary API Devs
https://github.com/application-research/estuary-auth

Last synced: 11 months ago
JSON representation

Authentication library for Estuary API Devs

Awesome Lists containing this project

README

          

# Estuary Auth Service API

[![Go](https://github.com/application-research/estuary-auth/actions/workflows/go.yml/badge.svg)](https://github.com/application-research/estuary-auth/actions/workflows/go.yml)

Estuary Auth Service is a service that provides authentication for Estuary. It's to decouple the authorization from Estuary core to allow any API developers to easily build authenticated APIs for Estuary.

![image](https://user-images.githubusercontent.com/4479171/179639246-2ae8c27c-fd9b-416f-8dda-be443f3d7526.png)

## Components
- Estuary Auth Core - the core authentication service library
- Estuary Auth Service API - the service rest api for Estuary Auth

# View the usage docs here
- To view the rest api go to [api](api).
- To view the [core](core) library.