Skip to content

Tags: iegomez/mosquitto-go-auth

Tags

2.1.0

Toggle 2.1.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 #281 from iegomez/fix/disable-buildcvs-on-release-…

…binaries-build

Fix binary builds by disabling buildcvs.

2.0.2-test

Toggle 2.0.2-test'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 #281 from iegomez/fix/disable-buildcvs-on-release-…

…binaries-build

Fix binary builds by disabling buildcvs.

2.0.1

Toggle 2.0.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 #280 from iegomez/fix/bump-flagged-golang-org-pack…

…ages

Bump flagged go packages and add test workflow

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 #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 #230 from ray66rus/ray66rus/issue-229-pass-decrypt…

…ed-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 #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 #202 from iegomez/issue-198-fix-firefox-websockets

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 #200 from iegomez/issue-197-add-option-to-strip-pr…

…efixes

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 (#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 (#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]>