Files
pocket-id/backend/resources/migrations/postgres/20250524202611_client_credentials.up.sql
Alessandro (Ale) Segala 05bfe00924 feat: JWT bearer assertions for client authentication (#566)
Co-authored-by: Kyle Mendell <ksm@ofkm.us>
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
2025-06-06 12:23:51 +02:00

2 lines
60 B
SQL

ALTER TABLE oidc_clients ADD COLUMN credentials JSONB NULL;