mosquitto-go-auth/backends
guoguangwu daaa53c392 chore: unnecessary use of fmt.Sprintf 2023-11-16 11:01:15 +08: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 option to strip prefixes upon checking user or acl. 2021-09-23 20:40:32 -03:00
backends_test.go Add option to strip prefixes upon checking user or acl. 2021-09-23 20:40:32 -03: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 Postgresql fix (#224) 2022-04-04 19:31:59 -04: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 Set gRPC backend name on initialization. Add mode to JWT backend name. 2023-05-24 01:29:14 -03:00
grpc_test.go Set gRPC backend name on initialization. Add mode to JWT backend name. 2023-05-24 01:29:14 -03:00
http.go Use predefined http constants. Add tests to http backend. 2022-06-05 18:39:10 -04:00
http_test.go Use predefined http constants. Add tests to http backend. 2022-06-05 18:39:10 -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 Set gRPC backend name on initialization. Add mode to JWT backend name. 2023-05-24 01:29:14 -03: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 Add option for sending decrypted claims to JWT Javascript backend 2022-06-11 15:03:37 +03:00
jwt_local.go Merge branch 'master' into backend-error 2021-02-11 16:04:00 +01:00
jwt_remote.go chore: unnecessary use of fmt.Sprintf 2023-11-16 11:01:15 +08:00
jwt_test.go Added jwt http timeout (#285) 2023-06-09 09:29:01 -03:00
mongo.go Bump mongo driver version and migrate jwt module. 2021-09-15 15:16:49 -03: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 feat: makes mutual TLS optional for postgres, mysql/mariadb and grpc (#244) 2022-10-05 16:32:36 -03:00
mysql_test.go Bump dependencies and fix mysql test. 2023-05-23 20:41:35 -03:00
postgres.go Postgres tls/sslmode "verify-full" as default (#248) 2022-11-11 08:27:55 -03:00
postgres_test.go Postgres tls/sslmode "verify-full" as default (#248) 2022-11-11 08:27:55 -03:00
redis.go Update go and dependencies. Adjust Redis interface. 2022-06-05 16:33:27 -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 Postgresql fix (#224) 2022-04-04 19:31:59 -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