Wisej works with any authentication scheme supported by the web server and the browser.
If you want to force a secure connection instead use the “secure” property in default.json. Application.IsSecure will return true if the browser is using SSL. You may also navigate to an https:// url programmatically. When the connection is https:// Wisej will also use a secure WebSocket connection with wss://.
Hi Kay,
you usually force browser authentication in your web server.
IsAuthenticated reflects the status of that authentication.
Find more information here: https://docs.wisej.com/docs/concepts/security#authentication
Best regards
Frank
Thank you, that will help me alot !