tangled
alpha
login
or
join now
malpercio.dev
/
atbb
5
fork
atom
WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node
typescript
hono
htmx
atproto
5
fork
atom
overview
issues
pulls
pipelines
feat: constrain oauth scopes
malpercio.dev
3 weeks ago
77ab53e5
f33475f9
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
appview
src
lib
app-context.ts
+1
-1
apps/appview/src/lib/app-context.ts
reviewed
···
78
78
client_name: "atBB Forum",
79
79
client_uri: oauthUrl,
80
80
redirect_uris: [`${oauthUrl}/api/auth/callback`],
81
81
-
scope: "atproto transition:generic",
81
81
+
scope: "atproto include:space.atbb.authFull rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app%23bsky_appview",
82
82
grant_types: ["authorization_code", "refresh_token"],
83
83
response_types: ["code"],
84
84
application_type: "web",