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: 4 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-12T04:32:46.000Z (10 months ago)
- Last Synced: 2025-08-12T05:03:11.785Z (10 months ago)
- Language: Makefile
- Size: 112 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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
```