Skip to content

Release v1.1.1 - 2019-04-27

Compare
Choose a tag to compare
@DaveWilcock DaveWilcock released this 27 Apr 09:39
· 43 commits to master since this release
c76c163

Authentication fixes reported in issue #31

  • Added snooping of _csrf value from login form, and now passing it to login POST
  • Added additional optional parameter to Connector::post() method, allowing you to pass the referer (required as part of the authentication)
  • Some general tidy up of coding standards
  • Composer refresh