@bci-web-core/auth: Demo-App

This module provides authentication and authorization functionality.

Test functionality

Status

isAuthenticated: {{ demoAuthService?.isAuthenticated$ | async }}

Username: {{ demoAuthService?.username$ | async }}

isExpired: {{ demoAuthService?.isExpired$ | async }}

expires: {{ demoAuthService?.expiration$ | async }}

{{ stringify(demoAuthService?.idToken$ | async) }}

isExpired: {{ demoAuthService?.isExpired$ | async }}

expires: {{ demoAuthService?.expiration$ | async }}

{{ stringify(demoAuthService?.accessToken$ | async) }}
{{ stringify(demoAuthService?.roles$ | async) }}
{{ stringify(demoAuthService?.user$ | async) }}