Kapibara is an OIDC Provider made by Zuma
  • Rust 71.8%
  • HTML 20.2%
  • Nix 4.4%
  • CSS 3.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Zuma 210b8bb51e
Some checks failed
/ build (push) Has been cancelled
Feat: Let users edit themselves
2026-07-28 20:01:14 +02:00
.forgejo/workflows THAT'S WHY I DIDN'T WANTED TO MERGE 2026-07-28 12:38:11 +02:00
assets Feat: Let users edit themselves 2026-07-28 20:01:14 +02:00
src Feat: Let users edit themselves 2026-07-28 20:01:14 +02:00
templates Feat: Let users edit themselves 2026-07-28 20:01:14 +02: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 Fix: Set JWK exp and modulus to Big Endian to comply with RFC 2026-04-26 12:40:09 +02:00
Cargo.toml Fix: Set JWK exp and modulus to Big Endian to comply with RFC 2026-04-26 12:40:09 +02:00
flake.lock Chore: Fix SSL certificates in docker image 2026-01-06 11:43:39 +01:00
flake.nix Test cache 2026-07-28 11:38:05 +02:00
README.md Feat: Let users edit themselves 2026-07-28 20:01:14 +02: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