Angular Auth OIDC Client

Signals in Angular Auth OIDC Client

Tim Deschryver

The recent Version 18 of Angular Auth OIDC Client library introduces Signal support for accessing authenticated state and user data, streamlining the use of this information in Angular applications. The new property orchestrates the isAuthenticated$ Observable around a Signal, maintaining the authenticated state of a user's session. Additionally, the ‘userData’ Signal provides access to the userData$ Observable, allowing developers to read user data in their Angular applications more effectively.

read full post