Variable defaultTokenStrength

In bytes of randomness, not length of token. Must be a multiple of 4. Although, due to usage of base64, using a multiple of 12 prevents a padding tilde from existing at the end of every token.

Declaration

module dauth.random;

// ...
int defaultTokenStrength;
// ...

Authors

Copyright

License