MarkEdmondson1234 / googleAuthR

Google API Client Library for R. Easy authentication and help to build Google API R libraries with OAuth2. Shiny compatible.
https://code.markedmondson.me/googleAuthR
Other
175 stars 54 forks source link

Do we need to do anything for SameSite=None #189

Open MarkEdmondson1234 opened 4 years ago

MarkEdmondson1234 commented 4 years ago

What goes wrong

Tightening up on cookie rules in some browsers ( see https://www.chromestatus.com/feature/5633521622188032 ) means some logins won't work.

Steps to reproduce the problem

Maybe the case if authenticating on a non-verified domain you don't own like shinyapps.io, or on your own domain with http and not https.