-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAuth support? #73
Comments
Do you mean how you authorize? Head over to https://www.notion.so/my-integrations and create a new integration and paste the token into the client. |
@muuvmuuv I am referring to the OAuth flow for public integrations which involves sending a |
For future searchers, although lacking OAuth functions from this library is apparently a miss, implementing it, for example with Express, can be fairly straight forward since it's not OAuth2. You redirect your user to the This is not the most accurate description of the OAuth process but you get the gist. Also you can follow this article if you just want some working code https://naomiperez.netlify.app/notion-oauth-flow/ |
Hi @mogita |
|
How do I use the SDK to complete the oauth flow?
The text was updated successfully, but these errors were encountered: