oidc-client-ts
oidc-client-ts copied to clipboard
How to use this package in React-native
Hello, I know this package is wonderful. But I think if this package support react-native it will be better. React native is not support Localstorage. Thanks
You can override the userStore
and sessionStore
with your own implementations, not using localstorage....
You could also try this package: react-oidc-context
Which uses oidc-client-ts
internally.