Skip to content

My attempt to recreate auth and SSO to understand it better

Notifications You must be signed in to change notification settings

farid-temuri/hand-rolled-sso

Repository files navigation

SSO hand-rolled SSO implementation

How to run this:

docker compose up --build

It will spin up db at PgSQL at 5432 port, server at 3000 port.

Development:

Install dependencies

bun i

Run drizzle studio to monitor database directly

bun run studio

Migrations:

  1. make changes to schema in ./src/db/schema/*
  2. generate migration bun run generate
  3. Apply migration bun run migrate

About

My attempt to recreate auth and SSO to understand it better

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published