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?
Or you can even wait for 1-2 weeks and we are doing to release non cookie based auth as well.
g
ggishant
01/06/2023, 4:44 AM
thanks for the help. we'll probably wait for the feature to come out.
r
rp
01/06/2023, 4:44 AM
Sounds good
d
DanielAtStruggly
01/10/2023, 10:40 AM
Hi @rp, are there already some additional information out there regarding the new feature "non cookie based auth" like how it will/should work?
r
rp
01/10/2023, 10:42 AM
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
DanielAtStruggly
01/10/2023, 10:46 AM
Thanks, that sounds wonderful 🙌.
Which way/action is the best to get informed when this feature is released?