Allow configuring username field for request to Laravel
-
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