About 1,100,000 results
Open links in new tab
  1. c# - How to send email in .net when 2FA - Multi-Factor …

    May 6, 2024 · I have a simple code used on multiple old website, code is used to send email notification when form is submitted. This code works fine. However IT admin want to enable …

  2. How to implement two-factor authentication in asp net core 6.0 …

    May 18, 2023 · I am new to ASP.NET Core 6.0 Identity two-factor authentication. The latest identity framework added several Razor pages, which include EnableAuthenticator.cshtml, …

  3. Spring Boot with Spring Security - Two Factor Authentication with …

    Sep 19, 2021 · 0 I'm working on a Spring Boot 2.5.0 web application with Spring Security form login using Thymeleaf. I'm looking for ideas on how to implement two factor authentication …

  4. authentication - Django, how to do two-factor authorization via …

    Jun 8, 2023 · In my opinion, this is a bad decision (For example, to store the code in the database with the user, because you still have to implement the expiration date, etc.). So, are there any …

  5. c# - How to generate Authenticator QR Code with Blazor .NET 8 in …

    Apr 15, 2024 · Learn how to generate Authenticator QR Code using Blazor .NET 8 in a Razor component with this comprehensive guide.

  6. C# - Two-Factor Authentication (without ASP.NET Core Identity)

    May 7, 2022 · Is it possible to implement a two-factor authentication without use ASP.NET Core Identity? I have my own login table and everything works fine with login + password + jwt, but …

  7. php - Two Factor Authentication System - Stack Overflow

    Apr 26, 2011 · We just released a non-trivial, production-ready example Two-Factor Authentication tutorial that you can check out if you're looking for some inspiration for how to …

  8. How can I send email from python with 2 Factor Authentication?

    Sep 9, 2020 · I have created python file that can send email using less secure apps turned on, but I need it off. How can I send email with 2FA? # import simple mail transfer protocol library …

  9. authentication - How to implement two factor auth in Web API 2 …

    I have seen this link Two Factor Auth using goolgle authenticator on how to create a two factor authentication in web api, but my requirements are little different.

  10. Laravel Fortify not triggering 2FA challenge? - Stack Overflow

    Apr 3, 2022 · I've used Laravel Fortify to write some authentication for my app and I've setup the enable part of the 2FA, and that all works fine, but the problem I'm having is that it doesn't …