-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Labels
Description
Expected Behavior
It would be useful if there was a method on the NodeBasedHandler to stop waiting for a response / close the server if the auth redirect flow is interrupted or cancellation request is issued
Describe the problem
If a user interrupts the auth redirect flow (closing the browser or navigating away, for example) then the authorization request never completes and the server remains waiting for a response.
Actual Behavior
There is no way to close the server
Steps to reproduce the behavior
Initiate the auth redirect, then close the browser without completing the process.
Environment
- AppAuth-JS version: 0.3.5
- AppAuth-JS Environment (Node, Browser (UserAgent), ...): Node
haletothewood, cjheppell, BurningEnlightenment and KB-NVM