Hans Lau Borch

Results 3 comments of Hans Lau Borch

> See https://github.com/authts/oidc-client-ts/blob/main/src/AccessTokenEvents.ts, you will need to load an initial valid User object with valid access token in order to have that event. Either add debug logging https://authts.github.io/oidc-client-ts/#md:logging or debug...

Do you happen to have any example code? To me it seems like I would need to get the user info from the token endpoint and then modify the User...

> **TLDR:** I want to skip the auth redirects and mock that process during Cypress tests. > > I've been using Mock Service Worker to mock API calls and run...