c# - Integrate ASP.NET Identity with QR scan based login -


i trying implement qr code based login mechanism. currently, have username/password based authentication setup(using asp.net identity). creating qr-scanner mobile app interact backend.

currently trying steps here , here qr code scan based authentication system.

are there solutions available extend asp.net identity better implementing custom solution suggested in links? considered practice this?

appreciate time suggestions.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -