Skip to content

Commit

Permalink
Add another redirect URI to client_id.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidminas committed Apr 15, 2024
1 parent 4c20cbe commit f4c7935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chat_app/data/client_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

"client_id": "https://raw.githubusercontent.com/Vidminas/socialgenpod/main/chat_app/data/client_id.json",
"client_name": "Social Gen Pod",
"redirect_uris": ["https://socialgenpod.azurewebsites.net/callback", "http://localhost:8501/callback"],
"post_logout_redirect_uris": ["https://socialgenpod.azurewebsites.net", "http://localhost:8501"],
"redirect_uris": ["https://socialgenpod.ryey.icu/callback", "https://socialgenpod.azurewebsites.net/callback", "http://localhost:8501/callback"],
"post_logout_redirect_uris": ["https://socialgenpod.ryey.icu", "https://socialgenpod.azurewebsites.net", "http://localhost:8501"],
"client_uri": "https://github.com/Vidminas/socialgenpod",
"logo_uri" : "https://raw.githubusercontent.com/Vidminas/socialgenpod/main/chat_app/data/turtle.png",
"tos_uri" : "https://github.com/Vidminas/socialgenpod/blob/main/README.md",
Expand Down

0 comments on commit f4c7935

Please sign in to comment.