Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow ems to terminate connection after use
This commit adds a simple disconnect hook that allows ext management systems (providers) to terminate connection after it is no longer needed. Use case for such functionality is provider that needs to delete user session after the operation since user sessions are long-lived and number of concurrent live sessions is limited.
- Loading branch information