samplebyjsakamoto/otp2faauthwebappdemo

By samplebyjsakamoto

Updated about 7 years ago

OTP Two Factor Authentication Web App Demo by C# + ASP.NET Core

Image
1

188

Once you pulled this docker image,

> docker pull samplebyjsakamoto/otp2faauthwebappdemo:latest


You can run this sample demo app server by following command.

> docker run -p 52375:80 -d samplebyjsakamoto/otp2faauthwebappdemo:latest

Preset Test Account

  • Account Name: foo@example.com
  • Password: P@ssw0rd
  • Key for two factor authenticator App: 6jm7n6xwitpjooh7ihewyyzeux7aqmw2
    QR code for Two factor athenticator app

See also: https://github.com/sample-by-jsakamoto/Selenium-E2ETest-for-OTP2FAAuth

Docker Pull Command

docker pull samplebyjsakamoto/otp2faauthwebappdemo