sftpgo-mirror/examples/OTP/authy/extauth
Nicola Murino 04c9a5c008 add some examples hooks for one time password logins
The examples use Twillo Authy since I use it for my GitHub account.

You can easily use other multi factor authentication software in a
similar way.
2020-08-18 21:21:01 +02:00
..
go.mod add some examples hooks for one time password logins 2020-08-18 21:21:01 +02:00
main.go add some examples hooks for one time password logins 2020-08-18 21:21:01 +02:00
README.md add some examples hooks for one time password logins 2020-08-18 21:21:01 +02:00

Authy external authentication

This example shows how to use Authy TOTP token as password for SFTPGo users. Please read the sample code, it should be self explanatory.