This commit is contained in:
		
							
								
								
									
										14
									
								
								aicard-web-oauth/public/.well-known/jwks.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								aicard-web-oauth/public/.well-known/jwks.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
{
 | 
			
		||||
  "keys": [
 | 
			
		||||
    {
 | 
			
		||||
      "kty": "EC",
 | 
			
		||||
      "crv": "P-256",
 | 
			
		||||
      "x": "mock_x_coordinate_base64url",
 | 
			
		||||
      "y": "mock_y_coordinate_base64url",
 | 
			
		||||
      "d": "mock_private_key_base64url",
 | 
			
		||||
      "use": "sig",
 | 
			
		||||
      "kid": "ai-card-oauth-key-1",
 | 
			
		||||
      "alg": "ES256"
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										24
									
								
								aicard-web-oauth/public/client-metadata.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								aicard-web-oauth/public/client-metadata.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,24 @@
 | 
			
		||||
{
 | 
			
		||||
  "client_id": "https://xxxcard.syui.ai/client-metadata.json",
 | 
			
		||||
  "client_name": "ai.card",
 | 
			
		||||
  "client_uri": "https://xxxcard.syui.ai",
 | 
			
		||||
  "logo_uri": "https://xxxcard.syui.ai/favicon.ico",
 | 
			
		||||
  "tos_uri": "https://xxxcard.syui.ai/terms",
 | 
			
		||||
  "policy_uri": "https://xxxcard.syui.ai/privacy",
 | 
			
		||||
  "redirect_uris": [
 | 
			
		||||
    "https://xxxcard.syui.ai/oauth/callback",
 | 
			
		||||
    "https://xxxcard.syui.ai/"
 | 
			
		||||
  ],
 | 
			
		||||
  "response_types": [
 | 
			
		||||
    "code"
 | 
			
		||||
  ],
 | 
			
		||||
  "grant_types": [
 | 
			
		||||
    "authorization_code",
 | 
			
		||||
    "refresh_token"
 | 
			
		||||
  ],
 | 
			
		||||
  "token_endpoint_auth_method": "none",
 | 
			
		||||
  "scope": "atproto transition:generic",
 | 
			
		||||
  "subject_type": "public",
 | 
			
		||||
  "application_type": "web",
 | 
			
		||||
  "dpop_bound_access_tokens": true
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user