The `/social-providers` endpoint should return a list of the provider ids, not their names.
This was found when trying to use the microsoft endpoint and the endpoint was returning `"microsoft entraid"`, when the `AuthForm` expects it to just be `"microsoft"`.
* feat: add supabase
* feat: setup auth
* feat: test refactoring board queries
* feat: convert to pages router
* feat: convert board router to supabase
* feat: swap out drizzle for supabase in label, list and workspace routers
* feat: swap out drizzle for supabase on the import router
* feat: swap drizzle for supabase on create new card
* feat: switch card router to use supabase
* feat: finish swapping drizzle for supabase
* chore: lint all router files
* fix: signout
* chore: fix types