Skip to content

v0.6.0: Integrate password policies (#40)

Compare
Choose a tag to compare
@pcman312 pcman312 released this 17 Jun 22:11
7f1b19e
* Added `password_policy` field to config that references the new `GeneratePasswordFromPolicy` available on `SystemView`
* Improved timeout handling on `retry` (adheres to context timeout while still differentiating between timed out and cancelled)
* Improved timeout assertion
* Updated go to 1.13.7
* Improved RNG handling