model: extend AuthMethod model and embedded config (#72)

Introduce MountConfig and UserLockoutConfig models and add some missing
fields to AuthMethod.
This commit is contained in:
2023-12-03 12:37:13 +01:00
parent 097cb5415a
commit 65fb01617d
6 changed files with 435 additions and 13 deletions

View File

@ -8,6 +8,7 @@
* 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)
* Extend `AuthMethod` data model (#72)
### Dependencies
* Updated Jackson to 2.16.0