Releases: cerus/faktor
Releases · cerus/faktor
2.0.0
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
HMACAlgorithmargument with anintargument to specify the secret length
- Generating secrets: replaced the
Install from Maven Central
<dependency>
<groupId>dev.cerus</groupId>
<artifactId>faktor</artifactId>
<version>2.0.0</version>
</dependency>