refactor(CodeGeneratorParams): DefaultTotpSecretKeyLength auf 20 setzen.
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
{
|
{
|
||||||
public string CharPool { get; init; } = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz01234567890123456789012345678901234567890123456789";
|
public string CharPool { get; init; } = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz01234567890123456789012345678901234567890123456789";
|
||||||
|
|
||||||
public int DefaultTotpSecretKeyLength { get; init; } = 32;
|
//TODO: Increase the DefaultTotpSecretKeyLength (e.g. to 32) but make sure that the QR code is generated correctly and can be scanned by the authenticator.
|
||||||
|
public int DefaultTotpSecretKeyLength { get; init; } = 20;
|
||||||
|
|
||||||
public string TotpIssuer { get; init; } = "signFlow";
|
public string TotpIssuer { get; init; } = "signFlow";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user