#How to configure and use the functions in self-hosted Appwrite?
4 messages · Page 1 of 1 (latest)
Are the callback URLs in GitHub the same order as the docs?
Yes, in the docs, it is suggested:
https://[HOSTNAME_OR_IP]/v1/account/sessions/oauth2/callback/github/console
In this case, if my server is available at the url appwriteserver.com, my callback URL would be:
https://appwriteserver.com/v1/account/sessions/oauth2/callback/github/console
That's what i did