C
C#4mo ago
hussain

Good resources on Authentication

Hey guys I am supposed to build a authentication system like when user logins with email/username or password and if account does not exist then sign up, forget password etc, i have to authenticate it via an api which is not built yet I have to get the stuff ready so that when api is ready I can just plugin it in my application I am new to this stuff and never done this so anyone know any good resources where I can learn this stuff I am new to apis as well I have to do this via json
4 Replies
Salman
Salman4mo ago
in dotnet, you can use Identity for authentication that can handle all this stuff for you
Salman
Salman4mo ago
Introduction to Identity on ASP.NET Core
Use Identity with an ASP.NET Core app. Learn how to set password requirements (RequireDigit, RequiredLength, RequiredUniqueChars, and more).
Salman
Salman4mo ago
for dotnet related stuff, the best learning resource is mostly Microsoft Learn
hussain
hussainOP4mo ago
will look into it thanks @Salmon
Want results from more Discord servers?
Add your server