proxy.golang.org : github.com/wpcodevo/two_factor_golang : v0.0.0-20221013142822-edef428fa23c
This article will teach you how to secure a Golang API by implementing two-factor authentication (2FA) using TOTP codes generated by an authenticator app like Google Authenticator or Authy.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/wpcodevo/two_factor_golang@v0.0.0-20221013142822-edef428fa23c
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc
- github.com/gin-contrib/cors v1.4.0
- github.com/gin-contrib/sse v0.1.0
- github.com/gin-gonic/gin v1.8.1
- github.com/go-playground/locales v0.14.0
- github.com/go-playground/universal-translator v0.18.0
- github.com/go-playground/validator/v10 v10.10.0
- github.com/goccy/go-json v0.9.7
- github.com/jinzhu/inflection v1.0.0
- github.com/jinzhu/now v1.1.5
- github.com/json-iterator/go v1.1.12
- github.com/leodido/go-urn v1.2.1
- github.com/mattn/go-isatty v0.0.14
- github.com/mattn/go-sqlite3 v1.14.12
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
- github.com/modern-go/reflect2 v1.0.2
- github.com/pelletier/go-toml/v2 v2.0.1
- github.com/pquerna/otp v1.3.0
- github.com/satori/go.uuid v1.2.0
- github.com/ugorji/go/codec v1.2.7
- golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
- golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069
- golang.org/x/text v0.3.6
- google.golang.org/protobuf v1.28.0
- gopkg.in/yaml.v2 v2.4.0
- gorm.io/driver/sqlite v1.3.6
- gorm.io/gorm v1.23.10