Skip to content

Added ecp-cookie-init implementation

Duncan Macleod requested to merge ecp-cookie-init into master

This PR implements a new version of ecp-cookie-init, which authenticates and stores shib session cookies on the users machine. In implementing this, the following library changes were made:

  • new ligo.org.cookies module to provide generic cookie utilities
  • added global variable in ligo.org.ecp for default LIGO endpoint domain name
  • new ligo.org.tool.utils module to provide common command-line script utilities

cc @paulhopkins

Merge request reports