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

https://github.com/lazzio/orydra

Web app to manage Ory Hydra Clients
https://github.com/lazzio/orydra

golang ory ory-hydra

Last synced: 3 months ago
JSON representation

Web app to manage Ory Hydra Clients

Awesome Lists containing this project

README

          

# Orydra - Ory Hydra Client Manager

This is a simple web application to manage Ory Hydra clients, written in Go.

## Features

- Manage Ory Hydra clients
- View clients
- Add clients
- Update clients

### Coming next

- Delete clients

## Usage

Environnement variables are stored in the `.env` file. You can use the `.env.default` file as a template.

```
PORT=8080
OHYDRA_ADMIN_URL=http://localhost:4445
```

```bash
# Set environment variables
cp .env.default .env

# Install dependencies
go mod tidy

# Run the application
go run main.go
```

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.