tangled
alpha
login
or
join now
veryroundbird.house
/
smallbird-social
7
fork
atom
friendship ended with social-app. php is my new best friend
7
fork
atom
overview
issues
pulls
pipelines
move stuff to main dir
veryroundbird.house
4 months ago
3f2e714f
4f8cea7c
+4
-15
4 changed files
expand all
collapse all
unified
split
.env.example
config.php.example
public
client-metadata.json
vite.config.js
public/.env.example
.env.example
-15
public/client-metadata.json
···
1
1
-
{
2
2
-
"client_id": "http://localhost:5173/client-metadata.json",
3
3
-
"application_type": "web",
4
4
-
"client_name": "smallbird-social",
5
5
-
"client_uri": "https://localhost:5173",
6
6
-
"dpop_bound_access_tokens": true,
7
7
-
"grant_types": ["authorization_code", "refresh_token"],
8
8
-
"redirect_uris": ["http://localhost:5173/login"],
9
9
-
"response_types": ["code"],
10
10
-
"scope": "atproto transition:generic",
11
11
-
"dpop_bound_access_tokens": true,
12
12
-
"jwks_uri": "http://localhost:5173/jwks.json",
13
13
-
"token_endpoint_auth_method": "private_key_jwt",
14
14
-
"token_endpoint_auth_signing_alg": "ES256"
15
15
-
}
public/config.php.example
config.php.example
+4
vite.config.js
···
14
14
usePHP({
15
15
entry: [
16
16
'index.php',
17
17
+
'config.php',
18
18
+
'.env',
19
19
+
'client-metadata.json',
20
20
+
'jwks.json',
17
21
'oauth/*',
18
22
'oauth/**/*.json',
19
23
'templates/**/*.latte',