rabbitmq / rabbitmq-auth-backend-http

HTTP-based authorisation and authentication for RabbitMQ
Other
199 stars 72 forks source link

Do not error on deny from http server #91

Closed mentels closed 5 years ago

mentels commented 5 years ago

So far, the "deny" response from an HTTP authentication server was parsed as a string while an atom was expected. As a result, if the server denied a user it simply happened to work as the plugin would return an error because of the type mismatch and the user would not be accepted anyway.

pivotal-issuemaster commented 5 years ago

@mentels Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.