Skip to content

Mosquitto Go Auth Plugin Documentation is out of date #25

@jskillen

Description

@jskillen

The Mosquitto Go Auth Plugin information is now incorrect. The method for installing the plugin has recently changed; IMO, the user should be directed to follow the instructions on the plugin's git repo instead of reproducing the same here.

Additionally, the SQL statements the user is instructed to put in the configuration file (mosquitto-go-auth.conf) are now incorrect. You must substitute the "username" field with "email". E.g.: select password_hash from "user" where username = $1 and is_active = true limit 1 becomes select password_hash from "user" where email = $1 and is_active = true limit 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions