jam_nside
08/16/2023, 3:11 PMrp_st
08/16/2023, 3:19 PMjam_nside
08/17/2023, 5:39 AMrp_st
08/17/2023, 6:59 AMjam_nside
08/17/2023, 7:14 AMrp_st
08/17/2023, 7:14 AMjam_nside
08/17/2023, 8:22 AMrp_st
08/17/2023, 8:38 AMmergeIntoAccessTokenPayload
, can i see the API response headers?jam_nside
08/17/2023, 10:34 AMconst { accessTokenPayload } = session;
because the session's payload dates from before my code changes.
Should I use mergeIntoAccessTokenPayload
in the AuthGuard to refresh if needed the payload for valid-but-old-payload sessions?
If I did that, it would always be up-to-date, and if I understand correctly that method it only updates if necessary.rp_st
08/17/2023, 12:31 PMjam_nside
08/17/2023, 12:54 PMrp_st
08/17/2023, 12:55 PMmergeIntoAccessTokenPayload
.jam_nside
08/17/2023, 12:58 PM