Darkseal/PasswordGenerator

Injection of password options

Closed this issue · 0 comments

  hey! I've snooped your code, I think you could pass password options by injection like this:

public PasswordGenerator(IOptions<IdentityOptions> options) { _passwordOptions = options.Value.Password; }