mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
8f05846e21
This implements Webauthn. Old devices can be used to authenticate via the appid compatibility layer which should be automatic. New devices will be registered via Webauthn, and devices which do not support FIDO2 will no longer be able to be registered. At this time it does not fully support multiple devices (backend does, frontend doesn't allow registration of additional devices). Does not support passwordless.
121 lines
5.4 KiB
Modula-2
121 lines
5.4 KiB
Modula-2
module github.com/authelia/authelia/v4
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
|
github.com/deckarep/golang-set v1.8.0
|
|
github.com/duo-labs/webauthn v0.0.0-20210727191636-9f1b88ef44cc
|
|
github.com/duosecurity/duo_api_golang v0.0.0-20220201180708-96a8851a8448
|
|
github.com/fasthttp/router v1.4.6
|
|
github.com/fasthttp/session/v2 v2.4.7
|
|
github.com/go-ldap/ldap/v3 v3.4.2
|
|
github.com/go-rod/rod v0.102.1
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/golang-jwt/jwt/v4 v4.3.0
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/jackc/pgx/v4 v4.15.0
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
github.com/knadh/koanf v1.4.0
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/mitchellh/mapstructure v1.4.3
|
|
github.com/ory/fosite v0.42.1
|
|
github.com/ory/herodot v0.9.12
|
|
github.com/otiai10/copy v1.7.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pquerna/otp v1.3.0
|
|
github.com/simia-tech/crypt v0.5.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.3.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/valyala/fasthttp v1.33.0
|
|
golang.org/x/text v0.3.7
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/cloudflare/cfssl v1.5.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
|
|
github.com/go-asn1-ber/asn1-ber v1.5.1 // indirect
|
|
github.com/go-redis/redis/v8 v8.11.4 // indirect
|
|
github.com/gobuffalo/pop/v5 v5.3.3 // indirect
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/certificate-transparency-go v1.0.21 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.11.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/pgtype v1.10.0 // indirect
|
|
github.com/jandelgado/gcov2lcov v1.0.4 // indirect
|
|
github.com/klauspost/compress v1.14.1 // indirect
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
|
github.com/mattn/goveralls v0.0.6 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/ory/go-acc v0.2.6 // indirect
|
|
github.com/ory/go-convenience v0.1.0 // indirect
|
|
github.com/ory/viper v1.7.5 // indirect
|
|
github.com/ory/x v0.0.288 // indirect
|
|
github.com/pborman/uuid v1.2.1 // indirect
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/savsgio/dictpool v0.0.0-20220201165159-a5d561a1a2c9 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20220201163454-d252f0a44d5b // indirect
|
|
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
|
github.com/tinylib/msgp v1.1.6 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
github.com/ysmood/goob v0.3.1 // indirect
|
|
github.com/ysmood/gson v0.6.4 // indirect
|
|
github.com/ysmood/leakless v0.7.0 // indirect
|
|
go.opentelemetry.io/contrib v0.20.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.20.0 // indirect
|
|
go.opentelemetry.io/otel v0.20.0 // indirect
|
|
go.opentelemetry.io/otel/metric v0.20.0 // indirect
|
|
go.opentelemetry.io/otel/trace v0.20.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
|
|
golang.org/x/mod v0.5.0 // indirect
|
|
golang.org/x/net v0.0.0-20220111093109-d55c255bac03 // indirect
|
|
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
|
|
golang.org/x/tools v0.1.5 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
|
|
google.golang.org/grpc v1.42.0 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/ini.v1 v1.66.2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|
|
|
|
replace (
|
|
github.com/duo-labs/webauthn => github.com/authelia/webauthn v0.0.0-20220220015615-e607391e7e09
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible => github.com/mattn/go-sqlite3 v1.14.11
|
|
github.com/tidwall/gjson => github.com/tidwall/gjson v1.11.0
|
|
)
|