Rößner-Network-Solutions

Skip to content

Refactor auth request preprocessing

Christian Rößner requested to merge features into main

The way auth requests are preprocessed has been updated in the http.go, auth.go, hydra.go, and register.go files. Now, the preproccessAuthRequest function not only checks if a request exists in local cache, but also if it should be rejected. This update streamlines the authentication process and provides more detailed response handling, leading to more efficient and clear operations.

Merge request reports