You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.
I see this message all the time while trying to login using google oauth:
<Application> would like to:
* Have offline access
Is it possible to get rid of this message?
I am using the following settings: -authenticated-emails-file=/emails.txt -upstream="http://web:3000/" -cookie-secret="asdf" -http-address=0.0.0.0:80 -cookie-expire=8h0m0s
Thanks!
The text was updated successfully, but these errors were encountered:
@ianneub no. "offline access" just means the proxy app gets a token that can be used. The only permission requested is to query email address, so that's the only thing the token is good for.
The need for a token that can be used "offline" is to re-validate a session later separate from when a cookie expires as recently happened in #88.
Let me know if that helps or if there are any follow up questions i can answer.
I see this message all the time while trying to login using google oauth:
Is it possible to get rid of this message?
I am using the following settings:
-authenticated-emails-file=/emails.txt -upstream="http://web:3000/" -cookie-secret="asdf" -http-address=0.0.0.0:80 -cookie-expire=8h0m0s
Thanks!
The text was updated successfully, but these errors were encountered: