Skip to content

VAHub Front End Authentication and Security

Kantemir Tvorogov edited this page Aug 9, 2023 · 1 revision

User authentication happens in CanActivateAppService guard used for the root route (see /src/app/AppComponent.router.ts)

Maintaining User Session

User session is prolongated by sending ping requests to the back end in /src/app/session/timeout/TimeoutService.ts

Clone this wiki locally