Skip to content

Releases: marvin21/mosquitto-go-auth

0.6.4

13 May 12:35
Compare
Choose a tag to compare

Fix error in jwt backend

  • if a successful authorization returns 200 instead of "200 OK", the backend fails to validate an oauth token
    -solution: check for http status code (200) instead of http status ("200 OK")