Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/identities/session-to-jwt-cors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ curl -X GET \
}
```

For more details see the [API documentation](../reference/api#tag/frontend/operation/toSession).
For more details see the [API documentation](../kratos/reference/api#tag/frontend/operation/toSession).

</TabItem>
</Tabs>
Expand Down
6 changes: 2 additions & 4 deletions docs/kratos/sdk/05_go.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ import submitVerification from '!!raw-loader!../../../code-examples/sdk/go/front

### Browser - check who the current HTTP session belongs to

This example uses [toSession](https://www.ory.sh/docs/reference/api#tag/frontend/operation/toSession) call to check if the session
is active.
This example uses [toSession](../reference/api#tag/frontend/operation/toSession) call to check if the session is active.

1. Open the [Ory Identities Playground](https://playground.projects.oryapis.com/ui/) in your browser
1. Open **Sign Up** to create an account and log in
Expand All @@ -199,8 +198,7 @@ import whoamiBrowser from '!!raw-loader!../../../code-examples/sdk/go/frontend/w

### Native - check who the current HTTP session belongs to

This example uses [toSession](https://www.ory.sh/docs/reference/api#tag/frontend/operation/toSession) call to check if the session
is active.
This example uses [toSession](../reference/api#tag/frontend/operation/toSession) call to check if the session is active.

```mdx-code-block
import whoamiNative from '!!raw-loader!../../../code-examples/sdk/go/frontend/whoami-native.go'
Expand Down
3 changes: 1 addition & 2 deletions docs/kratos/self-hosted/05_go.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ The following code examples show how to use the [FrontendAPI](https://www.ory.sh

### toSession

In this example you make a [toSession](https://www.ory.sh/docs/kratos/reference/api#tag/frontend/operation/toSession) call to
check if the session is active.
In this example you make a [toSession](../reference/api#tag/frontend/operation/toSession) call to check if the session is active.

1. Open the the local hosted UI in your browser
1. Sign up and create an account and log in
Expand Down
Loading