-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix: add support for storage key #61
Conversation
Wait why not |
Initial consideration was that on server side they'd be able to set it via: It seems fine to allow this on |
0c7d2e1
to
c286d2f
Compare
c286d2f
to
d5e8ebb
Compare
I just tested things as they are, in v0.5.1, and had no issues setting the cookie name via No matter what, we should consider changing the order of things though. For instance, |
Sounds good, thanks for the input! Note that we should look into the ordering. |
What kind of change does this PR introduce?
Address #19 to allow developer to configure
storageKey
when usingcreateBrowserClient()
client side. Not relevant for server-side as cookies are used there.