Auth Provider
An authentication context provider for your application.
Installation
Examples
See Notion Auth for a complete example.
API Reference
Note
You can use https://notion-authn.vercel.app as the baseURL for testing
purposes.
| Prop | Type | Default | Description |
|---|---|---|---|
baseURL | string | - | The base URL of the authentication service. |
redirect | (url: string) => void | - | Your URL redirect function. |