tangled
alpha
login
or
join now
mary.my.id
/
atcute-statusphere-example
19
fork
atom
Statusphere, but in atcute and SvelteKit
atproto
svelte
sveltekit
drizzle
atcute
typescript
19
fork
atom
overview
issues
pulls
pipelines
fix: don't use transition:generic
mary.my.id
2 months ago
0dc2f292
acc7c057
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
server
oauth
index.ts
+1
-1
src/lib/server/oauth/index.ts
···
27
27
client_id: new URL('/oauth-client-metadata.json', publicUrl).href,
28
28
client_name: 'statusphere',
29
29
redirect_uris: [new URL('/oauth/callback', publicUrl).href],
30
30
-
scope: 'atproto transition:generic',
30
30
+
scope: 'atproto repo:xyz.statusphere.status',
31
31
jwks_uri: new URL('/jwks.json', publicUrl).href,
32
32
},
33
33