model: add MFA requirement data to auth response (#71)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-03 11:27:13 +01:00
parent d82554974c
commit 2dff8930b7
6 changed files with 306 additions and 23 deletions

View File

@ -7,6 +7,7 @@
* Parse timestamps as `ZonedDateTime` instead of `String` representation
* Remove redundant `java.base` requirement from _module-info.java_ (#69)
* Close Java HTTP Client when running on Java 21 or later (#70)
* Add MFA requirements tu `AuthResponse` (#71)
### Dependencies
* Updated Jackson to 2.16.0