split oauth_tokens.claims column up; improved fonts; allow multiple sse connections per user; make navbar and use friendly

This commit is contained in:
2026-01-23 02:31:34 -07:00
parent 38aa3796b9
commit 3d70d08dac
16 changed files with 1703 additions and 69 deletions
@@ -0,0 +1,13 @@
BEGIN;
ALTER TABLE oauth_tokens
DROP COLUMN id_token_custom_claims_name,
DROP COLUMN id_token_custom_claims_picture,
DROP COLUMN id_token_custom_claims_nickname,
DROP COLUMN id_token_custom_claims_given_name,
DROP COLUMN id_token_custom_claims_updated_at,
DROP COLUMN id_token_custom_claims_family_name;
COMMIT;