Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

ministryofjustice/analytics-platform-rstudio-auth-proxy

 
 

Repository files navigation

analytics-platform-rstudio-auth-proxy

RStudio auth proxy

Docker Repository on Quay

Environment variables

RStudio authentication cookie

The proxy sets the user-id cookie which is checked by RStudio to determine whether the user is authenticated or not.

The value of this cookie is constructed in the auth.js module. Read the code for the full implementation details and cookie format.

This cookie is signed so that RStudio can verify that the cookie was not tampered with.