emqx-auth-redis icon indicating copy to clipboard operation
emqx-auth-redis copied to clipboard

EMQX Redis Authentication/ACL Plugin

Results 15 emqx-auth-redis issues
Sort by recently updated
recently updated
newest added

Hello, I have set ACL on redis for topic "inbox/123" with value 3 (which means support both pub & sub) Later, I subscribe "inbox/#" topic. When I publish "inbox/123", I...

question

When attempting to use the following command as the auth.redis.auth_cmd parameter it is not sent to redis correctly. `EVAL "return redis.call('HGET','App:Auth:Users:test','pass')" 0` The command is actually sent to redis as:...

enhancement

Hello, Many of my projects use Argon2 to store passwords via libsodium (https://github.com/jedisct1/libsodium). It would be great to have support for Argon2 in the redis auth plugin.

enhancement

Is there a support for $all user for this plugin similar to the MySQL plugin? I'm planning to use this plugin for the ACL system and there are scenarios where...

enhancement

===> Compiling c_src/async_queue.c ===> Compiling c_src/bcrypt.c ===> Compiling c_src/bcrypt_nif.c ===> Compiling c_src/blowfish.c ===> Running neotoma... ===> Compiling emqx ===> Error building application emqx: No project builder is configured for type...