Skip to content

Updated cookie handling to use guzzle cookie jar

Craig Smith requested to merge feature/updated_cookies into allow-custom-username-field

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