Update hello.json

This commit is contained in:
justin 2024-06-06 07:11:40 +00:00
parent 237853dcfc
commit ac4c060e0f

View file

@ -1,5 +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_handler"],
"redirect_uris": ["https://127.0.0.1:4040/login_weird_handler", "https://127.0.0.1:4040/login_weird"],
"grant_types": ["authorization_code", "refresh_token"]
}