mosquitto-go-auth/backends
Paul Traylor 5dc063f104
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 <iegomez@uc.cl>
2021-07-11 21:52:22 -04:00
..
constants Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
files Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
js Add javascript backend. 2021-02-11 11:02:53 -03:00
topics Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
backends.go Add user-agent to requests (#176) 2021-07-11 21:52:22 -04:00
backends_test.go Add user-agent to requests (#176) 2021-07-11 21:52:22 -04:00
custom_plugin.go Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
custom_plugin_test.go Add backends tests and fix a couple of issues in Redis. 2021-03-09 23:13:03 -03:00
db.go Return last ping error. 2021-02-11 09:35:28 -03:00
files.go Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
files_test.go Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
grpc.go Improve handling of backend failure 2020-11-13 17:04:34 +01:00
grpc_test.go Improve handling of backend failure 2020-11-13 17:04:34 +01:00
http.go Add user-agent to requests (#176) 2021-07-11 21:52:22 -04:00
http_test.go Add user-agent to requests (#176) 2021-07-11 21:52:22 -04:00
javascript.go Merge branch 'master' into backend-error 2021-02-11 16:04:00 +01:00
javascript_test.go Merge branch 'master' into backend-error 2021-02-11 16:04:00 +01:00
jwt.go Add user-agent to requests (#176) 2021-07-11 21:52:22 -04:00
jwt_files.go Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
jwt_javascript.go Merge branch 'master' into backend-error 2021-02-11 16:04:00 +01:00
jwt_local.go Merge branch 'master' into backend-error 2021-02-11 16:04:00 +01:00
jwt_remote.go Add user-agent to requests (#176) 2021-07-11 21:52:22 -04:00
jwt_test.go Add user-agent to requests (#176) 2021-07-11 21:52:22 -04:00
mongo.go Added monogdb TLS option (#170) 2021-04-30 09:43:31 -04:00
mongo_test.go Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
mysql.go Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
mysql_test.go Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
postgres.go Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
postgres_test.go Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
redis.go Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
redis_test.go Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
sqlite.go Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00
sqlite_test.go Add JWT files mode. Now both JWT and Files may use the generally available strict files checker. 2021-04-27 19:58:54 -04:00