Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Franken <[email protected]>
  • Loading branch information
jdiehl and Robinfr authored Jan 23, 2025
1 parent 973888b commit a1a8cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/refguide/runtime/session-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Online apps in Mendix versions below 10.9.0 have a different approach, using the
Authentication tokens allow users to stay logged in for long periods of time. They store the credentials of the user on the user's device and use that to automatically create a new session when the previous session is expired. They are enabled by default for offline-first applications.

{{% alert color="warning" %}}
Authentication tokens cannot be used with a login processing relying on `login.html`. To make use of authentication tokens, [create a modeled sign-in page](/refguide/mobile/using-mobile-capabilities/auth-users/#model-the-sign-in-page) that uses the Sign in Nanoflow action.
Authentication tokens cannot be used with a login processing relying on `login.html`. To make use of authentication tokens, [create a modeled sign-in page](/refguide/mobile/using-mobile-capabilities/auth-users/#model-the-sign-in-page) that uses the Sign in Nanoflow action or the `login2` client API.
{{% /alert %}}

### Authentication Token Generation
Expand Down

0 comments on commit a1a8cfb

Please sign in to comment.