You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/08/19 03:46:08 UTC

[GitHub] [incubator-superset] ericandrewmeadows commented on issue #7833: OAuth2 credentials rotation

ericandrewmeadows commented on issue #7833: OAuth2 credentials rotation
URL: https://github.com/apache/incubator-superset/issues/7833#issuecomment-522400710
 
 
   @tordingo - interesting implementation.  What library are you using to accomplish the OAuth2 implementation?  Are you looking to have a background subprocess run that is pinging your service to ensure that the user re-authenticates after a certain period of time?
   
   I am leveraging https://flask-oidc.readthedocs.io/en/latest/ for handling my authentication, so it may be a feature request for there.  If the above is the case, instead of having a watchdog, you can add in your timeout:  https://stackoverflow.com/questions/11783025/is-there-an-easy-way-to-make-sessions-timeout-in-flask#11785722

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org