Registry / auth / dexidp-dex

dexidp-dex

JSON →
library2.13.0+incompatiblegogounverified

Dex is a federated OpenID Connect (OIDC) identity provider that integrates with multiple authentication backends.

go get github.com/dexidp/dex
INSTALL
IMPORT
SIG · DEXIDP-DEX
D
dexidp-dex
authgov2.13.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dex
github.com/dexidp/dex

Reference the Dex server package

package main import ( "github.com/dexidp/dex/server" ) func main() { // Dex is typically run as a standalone server, not imported as a library. _ = server.NewServer }
Debug
Known issues
breakingVersion 2.13.0+incompatible indicates a major version mismatch; the module path should be /v2 for Go modules.
fix
Use import path github.com/dexidp/dex/v2 for versions >=2.0.0.
affects: >=2.0.0
Upgrade
Version history
2.13.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
Resources
dexidp-dex — go get dexidp-dex · libregistry