split oauth_tokens.claims column up; improved fonts; allow multiple sse connections per user; make navbar and use friendly
This commit is contained in:
@@ -63,7 +63,12 @@ entity "**oauth_tokens**" {
|
||||
*""id_token_issued_at"": //timestamp with time zone //
|
||||
*""id_token_nonce"": //text //
|
||||
*""id_token_access_token_hash"": //text //
|
||||
*""claims"": //jsonb //
|
||||
*""id_token_custom_claims_name"": //text //
|
||||
*""id_token_custom_claims_picture"": //text //
|
||||
*""id_token_custom_claims_nickname"": //text //
|
||||
*""id_token_custom_claims_given_name"": //text //
|
||||
*""id_token_custom_claims_family_name"": //text //
|
||||
*""id_token_custom_claims_updated_at"": //timestamp with time zone //
|
||||
}
|
||||
|
||||
entity "**oauth_users**" {
|
||||
|
||||
Reference in New Issue
Block a user