Skip to content

Shko-Online/PCF.TOTP-Verifier

Repository files navigation

TOTP Verifier

This component can verify the TOTP code when you configure the secret. It should add a level of security to your app in offline mode.

To use the component follow these steps:

  • Import the managed solution into your environment
  • Configure the component in you Canvas App
    • You can set the items like the following: Table({Success: true, Message: "You entered the right password"}, {Success: false, Message: "The password is incorrect. Please try again"})
    • You can use the OnSelect property to act on the password submissions: If( TOTPVerifier1.Selected.Success, Navigate(SecretRoomScreen), Set(WrongSecretMessage, TOTPVerifier1.Selected.Message))
  • Enjoy!

This is a demo of the component:

Shko.Online.s.TOTP.Verifier.mp4

What does the solution contain?

image

What does the configuration look like in a Canvas App?

image

If you would like to build components with this kind of quality, get in touch with us.