Kapibara is an OIDC Provider made by Zuma
Find a file
2026-01-28 17:17:39 +01:00
assets Feat: Add user details 2026-01-16 20:39:03 +01:00
src Fix: Do not serialize nonce if it's null 2026-01-28 16:27:00 +01:00
templates Fix: Change invite template 2026-01-28 17:17:39 +01:00
.env Feat : Add login page + login mechanism 2025-10-03 11:42:00 +02:00
.gitignore Now it compiles ! Will it upload to docker ? 2026-01-04 22:21:08 +01:00
Cargo.lock Chore: Add debugging query middleware 2026-01-13 00:09:07 +01:00
Cargo.toml Chore: Add debugging query middleware 2026-01-13 00:09:07 +01:00
flake.lock Chore: Fix SSL certificates in docker image 2026-01-06 11:43:39 +01:00
flake.nix Fix: Make consent page a form request 2026-01-06 18:58:07 +01:00
README.md Feat: I think I implemented id_token ? 2026-01-26 18:01:29 +01:00
TODO.md Feat: Add client list UI + better UI 2025-10-28 13:26:12 +01:00

Kapibara logo

Kapibara (カピバラ) is my own little OIDC Provider that I develop for my infrastructure !

Features I want

  • Create/Edit users
  • Create/Edit OIDC Clients
  • Invite users with link
  • Reset password with link
  • Generate keys when first launched
  • List applications on dashboard
  • Have profile pictures / client logos
  • Enable users to edit their own infos

Refs