keycloak / keycloak-nodejs-connect

Apache License 2.0
682 stars 421 forks source link

Middleware does not allow for async request #372

Open jseparovic opened 2 years ago

jseparovic commented 2 years ago

Description

Reviving the following old PR as I'm hitting the same issue: https://github.com/keycloak/keycloak-nodejs-connect/pull/97

https://issues.redhat.com/browse/KEYCLOAK-5771?workflowName=GIT+Pull+Request+workflow+&stepId=4

I need to use an async GuardFn for my application.

New PR is here: https://github.com/keycloak/keycloak-nodejs-connect/pull/355

Discussion

No response

Motivation

No response

Details

No response