Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 347 Bytes

readme.md

File metadata and controls

14 lines (8 loc) · 347 Bytes

2FA Example Service

Steps

  1. Using a browser go to http://localhost:8080/QrCode

  2. Using a OTP authentication app, scan the produced QrCode

  3. Using the below command and your access code from the authenticator app, run the below curl command

curl -v -u John:IamNotACat localhost:8080/login --data '{"OTP":"ACCESS_CODE"}'