mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
ca3e15578e
ioutil is deprecated in Go 1.16 and SFTPGo is an application, not a library, we have no reason to keep compatibility with old Go versions. Go 1.16 fix some cifs related issues too. |
||
---|---|---|
.. | ||
go.mod | ||
main.go | ||
README.md |
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.