From fad0acac6497cde3d9e7e99881a8a7c11926278b Mon Sep 17 00:00:00 2001 From: justin Date: Tue, 4 Jun 2024 17:38:09 +0000 Subject: [PATCH] Add hello.json --- hello.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hello.json diff --git a/hello.json b/hello.json new file mode 100644 index 0000000..2c548bf --- /dev/null +++ b/hello.json @@ -0,0 +1,5 @@ +{ + "client_id": "https://git.weird.one/justin/trying_login_with_weird/raw/branch/main/hello.json", + "redirect_uris": ["https://127.0.0.1:4040/login_weird"], + "grant_types": ["authorization_code", "refresh_token"] +} \ No newline at end of file