react-oidc-context
react-oidc-context copied to clipboard
Lightweight auth library based on oidc-client-ts for React single page applications (SPA). Support for hooks and higher-order components (HOC).
Hi team, I am this library for oauth2.0 implementation . It has been observed that, some times it is making two successive calls to token -end point in silent renewal...
Hello, I am facing an issue where after the user logged in using IdentityServer 4, he will be redirected to the react application and the data will be stored in...
exposes a copy of userManager that can be used in static contexts - for example to get an `access_token` or to call `logout` directly outside of a React component/hook. Closes/fixes...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.29.0 to 5.33.0. Release notes Sourced from @typescript-eslint/parser's releases. v5.33.0 5.33.0 (2022-08-08) Bug Fixes eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f) website: add explicit frontmatter...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.29.0 to 5.33.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v5.33.0 5.33.0 (2022-08-08) Bug Fixes eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f) website: add explicit frontmatter...
Hi team, I idle time out for refresh token is enabled on auth server side. It is said that, if the user is inactive on application for >=30 minutes, the...
Hi, Thanks for this module. Is there a way to get the registration endpoint (from `useAuth()`)? I see it on oidc-client-ts https://authts.github.io/oidc-client-ts/interfaces/OidcMetadata.html#registration_endpoint and in my .well-known/openid-configuration Can't figure out how...
Thanks for the great work! Currently, you don't surface the entire UserManager object which has access to callbacks and methods unavailable from anywhere else such as: ``` signoutRedirectCallback signoutPopupCallback querySessionStatus...
react-oidc-context\example\index.tsx: Invalid Version: undefined `cd example` `npm i` `npm start` results in an error
Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...