Skip to content

Releases: cerus/faktor

2.0.0

12 Oct 22:34
b41ea04

Choose a tag to compare

Warning

This release contains breaking changes!

Release 2.0.0

  • Fixed issues with secrets not being implemented correctly according to the relevant RFCs
    • Generating secrets: replaced the HMACAlgorithm argument with an int argument to specify the secret length

Install from Maven Central

<dependency>
    <groupId>dev.cerus</groupId>
    <artifactId>faktor</artifactId>
    <version>2.0.0</version>
</dependency>