I have a requirement where users will not enter password to login
into the system. They will pass us external secret token and with this
token we can get the user record from users table.
Here with this user object I want to auto login into my
application.