richp10 / discourse-api-php

PHP Library to access Discourse API
GNU General Public License v2.0
6 stars 14 forks source link

Auth method needs to change #18

Open nivshah opened 4 years ago

nivshah commented 4 years ago

Per https://meta.discourse.org/t/discourse-api-documentation/22706, Discourse is moving away from query param-based auth towards HTTP headers. Auth in this library should move to this auth method. I can try to make a PR if that would be helpful.

martinduparc commented 4 years ago

PRs are always welcome