This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

--Automatic login of authenticated users

Information about development with ProjX.

--Automatic login of authenticated users

Postby Development@SIB » Wed Jan 23, 2013 3:19 pm



This article is outdated - please use our new system at

https://doc.sibvisions.com




In modern web applications it's convenient that a user has an option for automatic authentication for his next visits.We offer the same feature for your backend applications. Simply set following property in your application.xml:

Code: Select all
<Application.authenticator>com.sibvisions.apps.auth.AutoLoginAuthenticator</Application.authenticator>


This shows a new checkbox (Automatic authentication) in your Login dialog and automatically authenticates returning users. If the user logs out manually, the automatic authentication will be disabled until the option will be checked again.

The automatic authentication mechanism does not store username and password on the client!
User avatar
Development@SIB
 
Posts: 325
Joined: Mon Sep 28, 2009 1:54 pm

Return to Documentation