Skip to content

Commit

Permalink
APP-3031: make auth0.go generic to auth providers (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: DTCurrie <[email protected]>
  • Loading branch information
ohEmily and DTCurrie authored Dec 19, 2023
1 parent fb6f67c commit da61878
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 50 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ require (
github.com/zitadel/oidc v1.13.2
go.mongodb.org/mongo-driver v1.11.6
go.opencensus.io v0.24.0
go.uber.org/atomic v1.9.0
go.uber.org/goleak v1.1.12
go.uber.org/multierr v1.8.0
go.uber.org/zap v1.23.0
Expand Down Expand Up @@ -274,7 +275,6 @@ require (
github.com/yeya24/promlinter v0.2.0 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
gitlab.com/bosi/decorder v0.2.3 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9 // indirect
Expand Down
Loading

0 comments on commit da61878

Please sign in to comment.