Skip to content

Allow configuring username field for request to Laravel

Sam Sehnert requested to merge allow-custom-username-field into master
  • Added instructions to readme around passport key setup
  • Added config for 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 Craig Smith

Merge request reports