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
- Host: GitHub
- URL: https://github.com/application-research/estuary-auth
- Owner: application-research
- Created: 2022-07-09T15:50:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T04:27:45.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T18:21:40.867Z (about 1 year ago)
- Language: Go
- Size: 156 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Estuary Auth Service API
[](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.

## 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.