Hi,
I would like to use JWT for webapi but would like to find out if there is a way not to use the traditional username and password for login.
My idea is to use a generated PIN number to replace username and password. the pin will be sent via SMS, the user just need to key in their phone number in a web page.
Can this be done or is there a better way to do this?
Thank you.