Skip to content

Commit

Permalink
chore: update session example (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Oct 9, 2024
1 parent a9198fc commit 9e212a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/kratos/session-management/01_overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ This is a sample session:
"authenticated_at": "2019-08-24T14:15:22Z",
"authentication_methods": [
{
"aal": "aal0",
"aal": "aal1",
"completed_at": "2019-08-24T14:15:22Z",
"method": "link_recovery"
"method": "password"
}
],
"authenticator_assurance_level": "aal0",
"authenticator_assurance_level": "aal1",
"devices": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
Expand Down

0 comments on commit 9e212a8

Please sign in to comment.