Skip to content

Refactor on secret generators

Compare
Choose a tag to compare
@diegoocampoh diegoocampoh released this 05 Jul 22:47
· 143 commits to main since this release
c11a64f
  • Removing generation of secret from TOTP service.
  • Introducing 3 types of secret generation interfaces: blocking, async and suspend based.
  • Introducing ASCII range generator and random generator for the 3 interfaces.