-
Notifications
You must be signed in to change notification settings - Fork 30
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 #75
Comments
Open a PR to add a configuration option perhaps |
So you are saying there is no way to configure this at the moment? |
There is none that I know of, but you're welcome to add the capability |
I guess I will check into it, after my last pull request with the fix for the error in the readme is answered, since I do not know if this pull request was okay ;) |
I'd like to ask, is there any option to change token name in localstorage? |
Unfortunately this does not seem to be possible as of now. I am planing to implement an override and then create a pull request, but have not had the time yet. |
I have a question, by default the localStorage Storage uses auth-tokens-${process.env.NODE_ENV} as a name for the local storage.
My Question:
What is the correct way to override this?
Thanks
The text was updated successfully, but these errors were encountered: