add oauth metadata
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"client_id": "https://bsky.hailey.at/oauth-client-metadata.json",
|
||||
"client_name": "Bluesky (Hailey Demo)",
|
||||
"client_uri": "https://bsky.hailey.at",
|
||||
"redirect_uris": [
|
||||
"https://bsky.hailey.at/auth/callback"
|
||||
],
|
||||
"scope": "atproto transition:generic",
|
||||
"token_endpoint_auth_method": "none",
|
||||
"response_types": [
|
||||
"code"
|
||||
],
|
||||
"grant_types": [
|
||||
"authorization_code",
|
||||
"refresh_token"
|
||||
],
|
||||
"application_type": "web",
|
||||
"dpop_bound_access_tokens": true
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"client_id": "https://bsky.hailey.at/oauth-client-metadata.native.json",
|
||||
"client_name": "Bluesky Native App (Hailey Demo)",
|
||||
"client_uri": "https://bsky.hailey.at",
|
||||
"redirect_uris": [
|
||||
"at.hailey.bsky:/auth/callback"
|
||||
],
|
||||
"scope": "atproto transition:generic",
|
||||
"token_endpoint_auth_method": "none",
|
||||
"response_types": [
|
||||
"code"
|
||||
],
|
||||
"grant_types": [
|
||||
"authorization_code",
|
||||
"refresh_token"
|
||||
],
|
||||
"application_type": "native",
|
||||
"dpop_bound_access_tokens": true
|
||||
}
|
||||
Reference in New Issue
Block a user