Oauth. Car Backups.
This commit is contained in:
20
static/index.html
Normal file
20
static/index.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en_US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript">
|
||||
<meta name="keywords" content="PDS,Explorer,Command Line,CLI">
|
||||
<meta name="description" content="expds CLI PDS Explorer">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>expds - CLI PDS Explorer</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>expds</h1>
|
||||
<footer>
|
||||
<div id="credits">
|
||||
<p>© Brian Buller</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
19
static/oauth-client-metadata.json
Normal file
19
static/oauth-client-metadata.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"client_id": "https://expds.bullercodeworks.com/oauth-client-metadata.json",
|
||||
"application_type": "native",
|
||||
"grant_types": [
|
||||
"authorization_code",
|
||||
"refresh_token"
|
||||
],
|
||||
"scope": "atproto repo:*",
|
||||
"response_types": [
|
||||
"code"
|
||||
],
|
||||
"redirect_uris": [
|
||||
"http://127.0.0.1/callback"
|
||||
],
|
||||
"token_endpoint_auth_method": "none",
|
||||
"dpop_bound_access_tokens": true,
|
||||
"client_name": "expds"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user