Updated cookie handling to use guzzle cookie jar

This version swaps the way authentication cookies / tokens are handled,

  • no longer passes bearer token headers
  • no longer uses CodeIgniter to set the cookie (except delete)
  • Cookies are set raw by Guzzle at end of auth request
  • Cookies are sent with each request.
  • Code Quality improvememt (phpcs.xml) for rules
Edited by Sam Sehnert

Merge request reports

Loading