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

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

Awesome Lists containing this project

README

        

# Jackal auth proxy

> Jackal proxy ensuring authentication and authorization layer based on Axone.

[![version](https://img.shields.io/github/v/release/axone-protocol/jackal-auth-proxy?style=for-the-badge&logo=github)](https://github.com/axone-protocol/jackal-auth-proxy/releases)
[![lint](https://img.shields.io/github/actions/workflow/status/axone-protocol/jackal-auth-proxy/lint.yml?branch=main&label=lint&style=for-the-badge&logo=github)](https://github.com/axone-protocol/jackal-auth-proxy/actions/workflows/lint.yml)
[![build](https://img.shields.io/github/actions/workflow/status/axone-protocol/jackal-auth-proxy/build.yml?branch=main&label=build&style=for-the-badge&logo=github)](https://github.com/axone-protocol/jackal-auth-proxy/actions/workflows/build.yml)
[![test](https://img.shields.io/github/actions/workflow/status/axone-protocol/jackal-auth-proxy/test.yml?branch=main&label=test&style=for-the-badge&logo=github)](https://github.com/axone-protocol/jackal-auth-proxy/actions/workflows/test.yml)
[![codecov](https://img.shields.io/codecov/c/github/axone-protocol/jackal-auth-proxy?style=for-the-badge&token=6NL9ICGZQS&logo=codecov)](https://codecov.io/gh/axone-protocol/jackal-auth-proxy)
[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge&logo=conventionalcommits)](https://conventionalcommits.org)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge)](https://github.com/semantic-release/semantic-release)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](https://github.com/axone-protocol/.github/blob/main/CODE_OF_CONDUCT.md)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=for-the-badge)](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
```