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
- Host: GitHub
- URL: https://github.com/lazzio/orydra
- Owner: lazzio
- License: mit
- Created: 2024-12-03T19:31:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T19:45:32.000Z (8 months ago)
- Last Synced: 2025-03-27T10:14:51.307Z (6 months ago)
- Topics: golang, ory, ory-hydra
- Language: Go
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.