Skip to content
Closed
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
3 changes: 2 additions & 1 deletion docs/kratos/session-management/01_overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import CodeBlock from '@theme/CodeBlock'
```

When a user authenticates, for example by signing in with their username and password, they receive a session. The session is
proof that the user is authenticated and allows to interact with the system without the need to re-authenticate for every request.
proof that the user is authenticated and it allows the user to interact with the system without the need to re-authenticate for
every request.
Comment thread
vinckr marked this conversation as resolved.

Sessions can be issued in two formats:

Expand Down
Loading