Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use custom token storage mechanism/expo secure store instead of React Native Async Storage #115

Open
Will-Mann-16 opened this issue Dec 18, 2023 · 1 comment

Comments

@Will-Mann-16
Copy link

Hi there,

Love the work with the library, my only criticsm is that I'd appreciate the ability on React Native to control the token storage mechanism - mainly to see if I could use expo secure store or something similar as that's a little more secure than react native async storage. Are there any plans for this in the future?

@rishabhpoddar
Copy link
Contributor

rishabhpoddar commented Dec 18, 2023

Hey @Will-Mann-16 this is a great idea. We already have something like this for the web version of the SDK, where we allow users to pass in a custom cookie and windowHandler.

We can add something similar to the react native SDK too.

If you like, you could make a PR for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants