Versions in this module Expand all Collapse all v1 v1.0.0 Oct 2, 2023 Changes in this version + type NoOpPasswordEncoder struct + func NewNoOpPasswordEncoder() *NoOpPasswordEncoder + func (n NoOpPasswordEncoder) Encode(rawPassword string) string + func (n NoOpPasswordEncoder) Matches(rawPassword string, encodedPassword string) bool + type PasswordEncoder interface + Encode func(rawPassword string) string + Matches func(rawPassword string, encodedPassword string) bool