oidc-client-ts icon indicating copy to clipboard operation
oidc-client-ts copied to clipboard

How to use this package in React-native

Open emilw991119 opened this issue 10 months ago • 2 comments

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

emilw991119 avatar Apr 10 '24 15:04 emilw991119

You can override the userStore and sessionStore with your own implementations, not using localstorage....

pamapa avatar Apr 11 '24 12:04 pamapa

You could also try this package: react-oidc-context

Which uses oidc-client-ts internally.

elfico avatar Jul 22 '24 08:07 elfico