VAHub Front End Authentication and Security - epam/acuity GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️