Skip to content

Commit b4d2f16

Browse files
author
Alexis
committed
feat: add reference to api and other documentation
1 parent 28effe5 commit b4d2f16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/content/docs/developer-tools/sdks/backend/nextjs-sdk.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,10 @@ If the `orgCode` is not specified and the user belongs to multiple organizations
16081608

16091609
## Self Serve Portal
16101610

1611-
To allow your users to be sent to the kinde portal, you can use the `PortalLink` component.
1611+
To allow your users to be sent to the kinde portal, you can use the `PortalLink` component.
1612+
Check here for information on enabling [self-serve portal for Organizations](https://docs.kinde.com/build/set-up-options/self-serve-portal-for-orgs/).
1613+
Check here for information on enabling [self-serve portal for users](https://docs.kinde.com/build/set-up-options/self-serve-portal-for-users/).
1614+
To use our self-serve portal API please see [Get self-serve portal link](https://docs.kinde.com/kinde-apis/frontend/).
16121615

16131616
```jsx
16141617
import {PortalLink} from "@kinde-oss/kinde-auth-nextjs/components";

0 commit comments

Comments
 (0)