Skip to content

Already Logged In Feature - SSO Preparation

Compare
Choose a tag to compare
@yogeshgadge yogeshgadge released this 01 Feb 21:56
· 177 commits to master since this release

We needed user to click Login to perform login.

In some cases user may be already logged in and the user details are readily available Sometimes the user is already logged in and we have the user details are available upfront. In this case we need to display the user details. This feature prepares for future SSO module while currently provides downstream applications to utilize the same mechanism.

How to Use

sso-login

You can pass in 0 if your getUser() resolves to an immediate subject.

To upgrade from previous version;