diff --git a/docs/kratos/session-management/01_overview.mdx b/docs/kratos/session-management/01_overview.mdx index 12355cef4f..8e59a68f16 100644 --- a/docs/kratos/session-management/01_overview.mdx +++ b/docs/kratos/session-management/01_overview.mdx @@ -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. Sessions can be issued in two formats: