hi team, we're working on a google sheets add on a...
# support-questions-legacy
g
hi team, we're working on a google sheets add on and using thirdpartysigninup to perform auth. but in google chrome [incognito window] Set-Cookie attempts are blocked due to user preferences. Is there an alternate way to authenticate the user rather than cookies?
r
Or you can even wait for 1-2 weeks and we are doing to release non cookie based auth as well.
g
thanks for the help. we'll probably wait for the feature to come out.
r
Sounds good
d
Hi @rp_st, are there already some additional information out there regarding the new feature "non cookie based auth" like how it will/should work?
r
Hey! We are writing docs for it, but essentially, when you login, you will get back header responses containing the access and refresh token (in st-access-token and st-refresh-token response header). These will be saved on the frontend storage by our SDK automatically. When a request is sent, our frontend SDK will add the access token as an authorization bearer token to the request automatically.
d
Thanks, that sounds wonderful 🙌. Which way/action is the best to get informed when this feature is released?
r