objective categorical abstract machine language personal data server
65
fork

Configure Feed

Select the types of activity you want to include in your feed.

ES256K

futurGH b83018a4 0a011665

+9 -5
+9 -5
pegasus/lib/api/well_known.ml
··· 40 40 ; ( "scopes_supported" 41 41 , `List 42 42 [ `String "atproto" 43 + ; `String "transition:email" 43 44 ; `String "transition:generic" 44 45 ; `String "transition:chat.bsky" ] ) 45 46 ; ("subject_types_supported", `List [`String "public"]) ··· 51 52 ; ( "code_challenge_methods_supported" 52 53 , `List [`String "S256"; `String "plain"] ) 53 54 ; ("ui_locales_supported", `List [`String "en-US"]) 54 - ; ("display_values_supported", `List [`String "page"]) 55 + ; ( "display_values_supported" 56 + , `List [`String "page"; `String "popup"; `String "touch"] ) 55 57 ; ("authorization_response_iss_parameter_supported", `Bool true) 56 58 ; ( "request_object_signing_alg_values_supported" 57 - , `List [`String "none"] ) 59 + , `List [`String "ES256"; `String "ES256K"] ) 58 60 ; ("request_object_encryption_alg_values_supported", `List []) 59 61 ; ("request_object_encryption_enc_values_supported", `List []) 60 - ; ("token_endpoint_auth_methods_supported", `List [`String "none"]) 62 + ; ( "token_endpoint_auth_methods_supported" 63 + , `List [`String "none"; `String "private_key_jwt"] ) 61 64 ; ( "token_endpoint_auth_signing_alg_values_supported" 62 - , `List [`String "ES256"] ) 63 - ; ("dpop_signing_alg_values_supported", `List [`String "ES256"]) 65 + , `List [`String "ES256"; `String "ES256K"] ) 66 + ; ( "dpop_signing_alg_values_supported" 67 + , `List [`String "ES256"; `String "ES256K"] ) 64 68 ; ("client_id_metadata_document_supported", `Bool true) ] )