| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Self-hosted multi-tenant Identity Provider for ASP.NET Core. OAuth 2.0 / OpenID Connect server with database-per-realm isolation, multi-app permission catalogs, Keycloak-style resource_access emission, full 2FA spectrum, GDPR self-service.
| 📘 Get Started | What this is, requirements, first-time setup |
| ⚡ Quickstart (Docker) | From docker compose up to first login in 10 minutes |
| 🧑💻 Developing locally | Running from source: dev loop, *.localhost realms, recovery CLI, tests |
| 🧠 Concepts | Realms, apps, permissions, OAuth, tokens — the mental model |
| 🛠️ Operate | Deployment, observability, recovery CLI, feature flags |
| 👤 Administer | Users, groups, roles, OAuth clients, login providers |
| 🔌 Integrate | Plug your ASP.NET Core / SaaS app into Modgud |
| 📖 Reference | OAuth / Auth / Admin / Realm endpoint reference |
| 🗺️ Roadmap | What ships today, what's coming, what's intentionally out of scope |
| 📦 Releases | Versioned releases with hand-written release notes — the canonical changelog |
Pre-1.0, actively developed. The Roadmap is the canonical view of what's shipped and what's coming next — it gets revised when something lands.
Built by COCOAR e.U.. See CONTRIBUTING.md for how PRs and issues are handled.
# Prereqs: .NET 10 SDK, Node 22 + pnpm (via Corepack), Docker
# Backend (port 9099)
cd src/dotnet
docker exec cocoar-postgres psql -U postgres -c "CREATE DATABASE modgud;"
cd Modgud.Api
ASPNETCORE_ENVIRONMENT=Development dotnet run --no-launch-profile
# Frontend (port 4300, separate terminal)
cd src/frontend-vue
pnpm install
pnpm devThat is the short version. Developing locally is the full one and the page that is kept in sync with the code: the Postgres container, what the first boot actually does, reaching tenant realms at *.localhost, the recovery CLI, demo seed data, tests and Playwright.
On an empty database, issue a short-lived installation URL with recover install-link. The browser form (or the same API from CI) creates the first ordinary realm, marks it as the Control Plane, and creates its first realm:admin. First-time setup covers the complete interactive and automated flow.
PRs welcome for typos and small fixes — for anything bigger, please open a Discussion first. The Contributing guide has the full ground rules.
Security vulnerabilities do not go through the public issue tracker — see SECURITY.md for the private channel.
Modgud takes its name from Móðguðr, the watcher of Gjallarbrú in Norse mythology — a bridge between worlds, where she challenged every traveler with the same question an IdP asks: "Who are you, and what brings you here?" A fitting namesake.
Licensed under the Apache License, Version 2.0. "Modgud" and the Modgud shield are trademarks of COCOAR e.U. — see TRADEMARK.md for the practical rules.
Copyright © 2025–2026 COCOAR e.U., Vienna, Austria.
| Back | FazBrowse Home | New Git URL |