Zoho OAuth Identification Example
The goal of this snippet is to help you figure out the email/identity of the person OAUthing to your application. Made this to help out anyone else that's trying to do the same thing.
main.py
- Just a short aiohttp snippet regarding what requests you need to make to get the access token, and the user's information.
example_usage.py
- A FastAPI implementation of this.
NOTE = You need to select the server based applications
option when creating your Application at Zoho's Console. Then you need to run a webserver, add that server's domain (you need to have a domain iirc) as an authorized redirect url. Think your_domain.com/callback
.