Authorization β Guides | Todoist Developer
Many advanced API need take OAuth Authentication. like todoist sync API:
- register third party app in todoist, and provide a redirect uri
- OAuth procedure get token
Those things should not doing by extension. For example, the drafts provide a Todoist API Wrapper: Using Todoist with Drafts - Integration Guides - Drafts Community, Todoist | Drafts Script Reference
So, please consider add some abstract for OAuth && OAuth credential storage. Provide Todoist API is donβt necessary, just only take user to OAuth, storage token in a storage, and provide token to extension