Refactor auth request preprocessing
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.