I have simple login page with umbraco membership, i want to use sms verification when login to website as a member.
i have api for sending sms, please guide me or any sample code.
now i came into an issue with sessions, my front end servers are loadbalanced and when user try to login it gives session error.
please advice how to solve this issue.
thanks
2 step verification for member login
Dear experts,
I have simple login page with umbraco membership, i want to use sms verification when login to website as a member. i have api for sending sms, please guide me or any sample code.
Thanks
There are a couple of blog posts - start here - https://this.isfluent.com/blog/2019/two-factor-authentication-for-umbraco-part-1 on how we implemented 2FA for both members and administrators.
Dear Alan, Thanks for link. actually i am able to achieve my requirements with custommembership provider as described in this link https://24days.in/umbraco-cms/2015/extending-membership/
now i came into an issue with sessions, my front end servers are loadbalanced and when user try to login it gives session error. please advice how to solve this issue. thanks
is working on a reply...