Vojtěch Sassmann
Vojtěch Sassmann
* Added new method which can be used to get all userExtSources with all attributes. By default, this method can be used only by PERUNADMIN or PERUNOBSERVER.
* When resolving incoming expirations, to calculate expirations in a month, we need to use some fixed number of days, instead of plus month. If we use plusMonth, multiple days...
**Expected Behavior** The CodeVerifierAuthenticator is public and can be used in custom AuthenticationProviders. **Current Behavior** The CodeVerifierAuthenticator is package-private and cannot be used outside this package. **Context** We are implementing...