-
Notifications
You must be signed in to change notification settings - Fork 115
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
Question: Where to store access tokens? #139
Comments
I agree @tafelnl Im aware that issues are not meant for support topics but as mentioned above i do think it would be useful if we could have somewhere to discuss topics like this. Stack-overflow yields no results. As a newbie to native development would be good to hear some success stories using this plugin |
You can use the capactior-secure-storage plugin for this.
|
I will add @RaphaelWoude answer to the Readme. If anyone would like to share her/his experiences it would be most appreciated. |
This may be a little out of scope for this package, but I think it might be important to formulate a best practice for this. So that every developers handles it the same and we can discuss privacy/security issues for the implementation.
Access tokens can be stored in a cookie, localstorage or key vault for example. When a
fetch
is made, somehow these access tokens should be sent with it. What do you think is the best practice to handle this?The text was updated successfully, but these errors were encountered: