Auth Guide

Guide to setting up third-party authentication for a Notion Worker. Covers brokered credentials for external-service API keys / personal access tokens, OAuth, and plaintext environment secrets only when worker code needs the value. Use when the worker needs credentials for a non-Notion API, not for Notion API tokens or `ntn login`.

makenotion Updated

File contents

makenotion/workers-template/tree/main/.agents/skills/auth-guide commit 077f073594

Frequently asked questions

npx skillmds@latest add makenotion/auth-guide-3