Merge pull request #1164 from emqtt/emq24

Update README - Add emq_auth_jwt, emq_lwm2me Plugins
This commit is contained in:
Feng Lee 2017-07-24 15:06:36 +08:00 committed by GitHub
commit 2167e26c0d
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Please visit [emqtt.io](http://emqtt.io) for more service. Follow us on Twitter:
* IpAddress Authentication
* Username and Password Authentication
* Access control based on IpAddress, ClientID, Username
* JWT Authentication
* LDAP Authentication/ACL
* HTTP Authentication/ACL
* MySQL Authentication/ACL
@ -46,6 +47,7 @@ Please visit [emqtt.io](http://emqtt.io) for more service. Follow us on Twitter:
* Shared Subscription
* Proxy Protocol V1/2
* Lua Hook and Web Hook
* LWM2M Prototol Support
## Installation
@ -85,11 +87,13 @@ Plugin | Descrip
[emq_auth_mongo](https://github.com/emqtt/emq_auth_mongo) | MongoDB Authentication/ACL Plugin
[emq_auth_http](https://github.com/emqtt/emq_auth_http) | Authentication/ACL by HTTP API
[emq_auth_ldap](https://github.com/emqtt/emq_auth_ldap) | LDAP Authentication Plugin
[emq_auth_jwt](https://github.com/emqtt/emq-auth-jwt) | JWT Authentication Plugin
[emq_web_hook](https://github.com/emqtt/emq-web-hook) | Web Hook Plugin
[emq_lua_hook](https://github.com/emqtt/emq-lua-hook) | Lua Hook Plugin
[emq_sn](https://github.com/emqtt/emq_sn) | MQTT-SN Protocol Plugin
[emq_coap](https://github.com/emqtt/emq_coap) | CoAP Protocol Plugin
[emq_stomp](https://github.com/emqtt/emq_stomp) | Stomp Protocol Plugin
[emq_lwm2m](https://github.com/emqtt/emq-lwm2m) | LWM2M Prototol Plugin
[emq_recon](https://github.com/emqtt/emq_recon) | Recon Plugin
[emq_reloader](https://github.com/emqtt/emq_reloader) | Reloader Plugin
[emq_sockjs](https://github.com/emqtt/emq_sockjs) | SockJS(Stomp) Plugin