Skip to content

v1.0.6

Compare
Choose a tag to compare
@croessner croessner released this 28 May 19:28
· 480 commits to main since this release
Refactor auth request processing and TOTP secret retrieval

In this commit, we made changes in the authentication mechanism and the TOTP secret retrieval process. Firstly, we simplified our condition in the authentication process where the 'found' variable was removed to reduce unnecessary code complexity. Secondly, we updated the TOTP secret retrieval in LDAP to immediately return the value, improving the readability and efficiency of our code.

Signed-off-by: Christian Roessner <[email protected]>