tangled
alpha
login
or
join now
danabra.mov
/
statusphere-react
forked from
samuel.fm/statusphere-react
0
fork
atom
the statusphere demo reworked into a vite/react app in a monorepo
0
fork
atom
overview
issues
pulls
pipelines
tidy
Devin Ivy
2 years ago
86198c61
e76e32f3
-3
1 changed file
expand all
collapse all
unified
split
src
auth
client.ts
-3
src/auth/client.ts
···
14
? `${url}/client-metadata.json`
15
: `http://localhost?redirect_uri=${encodeURIComponent(`${url}/oauth/callback`)}`,
16
client_uri: url,
17
-
logo_uri: `${url}/logo.png`,
18
-
tos_uri: `${url}/tos`,
19
-
policy_uri: `${url}/policy`,
20
redirect_uris: [`${url}/oauth/callback`],
21
scope: 'profile offline_access',
22
grant_types: ['authorization_code', 'refresh_token'],
···
14
? `${url}/client-metadata.json`
15
: `http://localhost?redirect_uri=${encodeURIComponent(`${url}/oauth/callback`)}`,
16
client_uri: url,
0
0
0
17
redirect_uris: [`${url}/oauth/callback`],
18
scope: 'profile offline_access',
19
grant_types: ['authorization_code', 'refresh_token'],