Skip to content

Tags: abh/mosquitto-go-auth

Tags

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request iegomez#252 from iegomez/release-2.0.0

Release 2.0.0

1.9.1

Toggle 1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request iegomez#230 from ray66rus/ray66rus/issue-229-pass-…

…decrypted-token-to-jwt-javascript-backend

Add option for sending decrypted claims to JWT Javascript backend

1.9.0

Toggle 1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request iegomez#233 from iegomez/feat/http-method-option

HTTP/JWT request method

1.8.2

Toggle 1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request iegomez#202 from iegomez/issue-198-fix-firefox-web…

…sockets

Issue 198 fix firefox websockets

1.8.1

Toggle 1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request iegomez#200 from iegomez/issue-197-add-option-to-s…

…trip-prefixes

Add option to strip prefixes upon checking user or acl.

1.8.0

Toggle 1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add gRPC options to set timeout and skip dial errors (iegomez#193)

* Don't bubble up grpc client error, just keep it nil and derive it again on checking.

Add option to check if we should faild on gRCP dial error or not.

Add timeout option.

* Instead of attempting on each check, remove with block when fail on dial error is not set to true so gRPC takes care of the connection itself.
Add tests to check that auth fails with dial errors, but works once the service is back up.

* Fix docker files missing libwebsockets8 by building from source, fix docker test run by starting maridb service instead of mysql one.

Co-authored-by: Ignacio Gómez <[email protected]>

1.7.0

Toggle 1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add user-agent to requests (iegomez#176)

* Add default 'mosquitto' user-agent to http/jwt requests

* Add libmosquitto version ofr http and jwt remote user agent.

Add more room for extended versions.

Co-authored-by: Ignacio Gómez <[email protected]>

1.6.1

Toggle 1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add GitHub actions workflow to automaticall build and push Docker ima…

…ges (iegomez#179)

* Add support for Mosquitto version >=2.x and arm

* Hopefully fix ARMv6 build

* Add disclaimer regarding tests on hardware

* Add github actions workflow to build Docker images

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request iegomez#166 from iegomez/feat/jwt-files

[JWT]: Add files-like ACLs

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request iegomez#159 from iegomez/feat/register-backend-fun…

…ctions

[Backens] Register checks