Skip to content

Auth utilities

Status: scaffolded — subpath export exists, utilities not yet implemented.

  • Auth synchronization across tabs/windows — keep multiple open tabs in agreement on the current session.
  • Token management and refresh — silent refresh helpers, expiry tracking.
  • Session handling — login/logout helpers and lifecycle hooks.
// import { ... } from '@presencelearning/frontend-core/auth';

For full OIDC integration with route guards and an interceptor, see @presencelearning/auth — the higher-level Angular library.