Fake Identity Provider that supports CAS and OpenID Connect for use in development. Mirrored to https://github.com/catgirlinspace/FakeIdentity.
  • TypeScript 49%
  • Svelte 48.3%
  • Dockerfile 0.9%
  • HTML 0.8%
  • JavaScript 0.7%
  • Other 0.3%
Find a file
2026-03-12 09:38:12 -04:00
.forgejo/workflows get rid of qemu action too ig 2026-03-03 16:19:30 -05:00
.vscode init 2026-03-02 22:09:48 -05:00
src link cas_service_tokens.service to casServices.serviceUrl and refactor buttons to use the reusable Button component 2026-03-12 09:38:12 -04:00
static init 2026-03-02 22:09:48 -05:00
.dockerignore docker stuff? 2026-03-03 10:15:30 -05:00
.env.example init 2026-03-02 22:09:48 -05:00
.gitignore init 2026-03-02 22:09:48 -05:00
.mcp.json init 2026-03-02 22:09:48 -05:00
.npmrc init 2026-03-02 22:09:48 -05:00
bun.lock lock 2026-03-04 12:35:22 -05:00
CLAUDE.md init 2026-03-02 22:09:48 -05:00
Dockerfile update dependencies and make it possible to do db migrations 2026-03-04 11:20:37 -05:00
drizzle.config.ts init 2026-03-02 22:09:48 -05:00
package.json make libsql a dependency (for drizzle) 2026-03-04 11:25:31 -05:00
README.md punctuations 2026-03-03 21:09:16 -05:00
svelte.config.js arf time 2026-03-03 10:50:46 -05:00
tsconfig.json init 2026-03-02 22:09:48 -05:00
vite.config.ts init 2026-03-02 22:09:48 -05:00

FakeIdentity

FakeIdentity is a Fake Identity Provider that supports CAS, OpenID Connect, and LDAP for use in development. When redirected to FakeIdentity, you're prompted to select one of the fake user accounts you've created, allowing you to easily test your application with multiple accounts during development.