From b257be6f9fed2e7efa7983499b3b8ecbe9ff9775 Mon Sep 17 00:00:00 2001 From: Patrick Pimentel Date: Fri, 21 Mar 2025 16:12:48 -0400 Subject: [PATCH] fix(device-approval-persistence): [PM-19380] Device Approval Persistence - Touched up docs --- .../login-via-auth-request/AUTH_REQUEST_LOGIN_README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/auth/src/angular/login-via-auth-request/AUTH_REQUEST_LOGIN_README.md b/libs/auth/src/angular/login-via-auth-request/AUTH_REQUEST_LOGIN_README.md index ad6f675fe6a..31a72c08f93 100644 --- a/libs/auth/src/angular/login-via-auth-request/AUTH_REQUEST_LOGIN_README.md +++ b/libs/auth/src/angular/login-via-auth-request/AUTH_REQUEST_LOGIN_README.md @@ -89,8 +89,8 @@ into that device but that device does not have masterKey IN MEMORY. ### View Cache -The component uses `LoginViaAuthRequestCacheService` to manage persistent state across page refreshes. This cache -stores: +The component uses `LoginViaAuthRequestCacheService` to manage persistent state across extension close and reopen. +This cache stores: - Auth Request ID - Private Key @@ -100,7 +100,7 @@ The cache is used to: 1. Preserve authentication state during extension close 2. Allow resumption of pending auth requests -3. Enable processing of approved requests after navigation/refresh +3. Enable processing of approved requests after extension close and reopen. ### Component State Variables @@ -163,7 +163,7 @@ protected flow = Flow.StandardAuthRequest accessCode ) ``` -4. On page refresh/navigation: +4. On page refresh/revisit: - Component retrieves cached view - Reestablishes connection using cached credentials - Continues monitoring for approval