❔ Passwordless Authentication? (ASP.NET)
What's the simplest way to implement passwordless authentication to an mvc app? I wish to have a simple authentication setup for my app and one that simply sends an email (with url/code) to login with seems to be the easiest of the options that don't hold passwords in my db.
(i'm still learning asp.net and don't wanna scaffold the default identity package into my project as it's too much and comes with project creation anyways, struggling to find good tutorials, libraries, frameworks, ect to do this)
(i'm still learning asp.net and don't wanna scaffold the default identity package into my project as it's too much and comes with project creation anyways, struggling to find good tutorials, libraries, frameworks, ect to do this)