Base solution for your next web application
Open Closed

How to get Token only with Username and HashPassword #1051


User avatar
0
feliw created

Hi,

Can I get authenticated token with only just passing username and hashpassword to check within the identity ? Because we have a requirement that to login using swipe card concept, so I can only passing CardNo to get the username and hashpassword. The current Authenticate method is only can be used with username and password string.

Thanks before :D :D


1 Answer(s)
  • User Avatar
    0
    feliw created

    Nevermind this feature, I able to implement the function already.

    Thanks