Hi, quick question - i see in the session object t...
# talk-kratos
a
Hi, quick question - i see in the session object that is returned from v0alpha2api
.toSession()
has an authentication_methods array holding something like this
Copy code
"authentication_methods": [
    {
      "method": "link_recovery",
      "aal": "aal1",
      "completed_at": "2022-08-25T19:46:13.905012211Z"
    }
  ],
my question is - why is this array - when would there be more than one here?
l
Hello, it's an array because you can be logged multiple times in the same session, for example if you change your settings/password and it trigger the
privileged_session_max_age
protection, you will need to login again to validate the changes