NotionX / NotionX/react-notion-x
Is there any plan to support the Internal integration token
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.4k
- Forks
- 645
- PR merge metrics
- No merged PRs in 30d
Description
If I don't want my notion page to be shared, but I still want to get it.
in the current version, i can use authToken in the request cookie, but the authToken has a maximum expiration time.
in my-integrations page, I can generate a internal integration token.
i want use it in notion-client, do you have plans to support it?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the notion-client request handling that currently uses authToken cookies and review how authentication is represented. Determine the expected internal integration token flow and define the supported request behavior and tests; done means the client can use this token reliably without relying on the expiring cookie token.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, authentication
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100