alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix
author
damedotblog
date
1 year ago
(Apr 22, 2025, 12:29 PM -0400)
commit
3052584d
3052584d3f3960323e895169f6100c3a477d9709
parent
636365ef
636365efe02273045f2dd17cdde0028bc215f3ef
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
contexts
AuthContext.js
+1
-1
src/contexts/AuthContext.js
Reviewed
···
17
17
client_uri: domain,
18
18
redirect_uris: [`https://testing.cred.blue/login/callback`],
19
19
logo_uri: `https://testing.cred.blue/favicon.ico`,
20
20
-
scope: "atproto",
20
20
+
scope: "atproto transition:generic",
21
21
grant_types: ["authorization_code", "refresh_token"],
22
22
response_types: ["code"],
23
23
token_endpoint_auth_method: "none",