-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: OIDC DB Auth
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Iteration Citipati
-
Not Needed
Currently, we call server.close() inside the OIDC plugin and wait for the 'close' event to be emitted. The latter only happens when the browser closes all connections to the server. We should not be waiting for that before finishing the authentication flow.