add email scope
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"redirect_uris": [
|
"redirect_uris": [
|
||||||
"https://bsky.hailey.at/auth/web/callback"
|
"https://bsky.hailey.at/auth/web/callback"
|
||||||
],
|
],
|
||||||
"scope": "atproto transition:generic",
|
"scope": "atproto transition:generic transition:email",
|
||||||
"token_endpoint_auth_method": "none",
|
"token_endpoint_auth_method": "none",
|
||||||
"response_types": [
|
"response_types": [
|
||||||
"code"
|
"code"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"redirect_uris": [
|
"redirect_uris": [
|
||||||
"at.hailey.bsky:/auth/native/callback"
|
"at.hailey.bsky:/auth/native/callback"
|
||||||
],
|
],
|
||||||
"scope": "atproto transition:generic",
|
"scope": "atproto transition:generic transition:email",
|
||||||
"token_endpoint_auth_method": "none",
|
"token_endpoint_auth_method": "none",
|
||||||
"response_types": [
|
"response_types": [
|
||||||
"code"
|
"code"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ export function createNativeOAuthClient() {
|
|||||||
client_name: 'Bluesky Native App (Hailey Demo)',
|
client_name: 'Bluesky Native App (Hailey Demo)',
|
||||||
client_uri: 'https://bsky.hailey.at',
|
client_uri: 'https://bsky.hailey.at',
|
||||||
redirect_uris: ['at.hailey.bsky:/auth/native/callback'],
|
redirect_uris: ['at.hailey.bsky:/auth/native/callback'],
|
||||||
scope: 'atproto transition:generic',
|
scope: 'atproto transition:generic transition:email',
|
||||||
token_endpoint_auth_method: 'none',
|
token_endpoint_auth_method: 'none',
|
||||||
response_types: ['code'],
|
response_types: ['code'],
|
||||||
grant_types: ['authorization_code', 'refresh_token'],
|
grant_types: ['authorization_code', 'refresh_token'],
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export function createWebOAuthClient() {
|
|||||||
client_name: 'Bluesky (Hailey Demo)',
|
client_name: 'Bluesky (Hailey Demo)',
|
||||||
client_uri: 'https://bsky.hailey.at',
|
client_uri: 'https://bsky.hailey.at',
|
||||||
redirect_uris: ['https://bsky.hailey.at/auth/web/callback'],
|
redirect_uris: ['https://bsky.hailey.at/auth/web/callback'],
|
||||||
scope: 'atproto transition:generic',
|
scope: 'atproto transition:generic transition:email',
|
||||||
token_endpoint_auth_method: 'none',
|
token_endpoint_auth_method: 'none',
|
||||||
response_types: ['code'],
|
response_types: ['code'],
|
||||||
grant_types: ['authorization_code', 'refresh_token'],
|
grant_types: ['authorization_code', 'refresh_token'],
|
||||||
|
|||||||
Reference in New Issue
Block a user