https://github.com/axone-protocol/jackal-auth-proxy
🛡️ Jackal auth proxy to the Axone protocol
https://github.com/axone-protocol/jackal-auth-proxy
Last synced: 3 months ago
JSON representation
🛡️ Jackal auth proxy to the Axone protocol
- Host: GitHub
- URL: https://github.com/axone-protocol/jackal-auth-proxy
- Owner: axone-protocol
- License: bsd-3-clause
- Created: 2024-09-26T09:26:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T20:55:35.000Z (3 months ago)
- Last Synced: 2025-01-21T21:33:35.096Z (3 months ago)
- Language: Makefile
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - axone-protocol/jackal-auth-proxy - 🛡️ Jackal auth proxy to the Axone protocol (Makefile)
README
# Jackal auth proxy
> Jackal proxy ensuring authentication and authorization layer based on Axone.
[](https://github.com/axone-protocol/jackal-auth-proxy/releases)
[](https://github.com/axone-protocol/jackal-auth-proxy/actions/workflows/lint.yml)
[](https://github.com/axone-protocol/jackal-auth-proxy/actions/workflows/build.yml)
[](https://github.com/axone-protocol/jackal-auth-proxy/actions/workflows/test.yml)
[](https://codecov.io/gh/axone-protocol/jackal-auth-proxy)
[](https://conventionalcommits.org)
[](https://github.com/semantic-release/semantic-release)
[](https://github.com/axone-protocol/.github/blob/main/CODE_OF_CONDUCT.md)
[](https://opensource.org/licenses/BSD-3-Clause)## Prerequisites
- Be sure you have [Golang](https://go.dev/doc/install) installed.
- [Docker](https://docs.docker.com/engine/install/) as well if you want to use the Makefile.## Build
```sh
make build
```