feat(passwap): base64 standard encoding for pbkdf2 (#6629)

Upgrade passwap to include the above feature.
This commit is contained in:
Tim Möhlmann
2023-09-27 09:00:46 +03:00
committed by GitHub
parent 2823678eb6
commit d380627e80
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -60,7 +60,7 @@ require (
github.com/ttacon/libphonenumber v1.2.1
github.com/zitadel/logging v0.4.0
github.com/zitadel/oidc/v2 v2.11.0
github.com/zitadel/passwap v0.3.0
github.com/zitadel/passwap v0.4.0
github.com/zitadel/saml v0.1.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.43.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.43.0