Pārlūkot izejas kodu

Merge pull request #1164 from emqtt/emq24

Update README - Add emq_auth_jwt, emq_lwm2me Plugins
Feng Lee 8 gadi atpakaļ
vecāks
revīzija
2167e26c0d
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -31,6 +31,7 @@ Please visit [emqtt.io](http://emqtt.io) for more service. Follow us on Twitter:
 * IpAddress Authentication
 * IpAddress Authentication
 * Username and Password Authentication
 * Username and Password Authentication
 * Access control based on IpAddress, ClientID, Username
 * Access control based on IpAddress, ClientID, Username
+* JWT Authentication
 * LDAP Authentication/ACL
 * LDAP Authentication/ACL
 * HTTP Authentication/ACL
 * HTTP Authentication/ACL
 * MySQL 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
 * Shared Subscription
 * Proxy Protocol V1/2
 * Proxy Protocol V1/2
 * Lua Hook and Web Hook
 * Lua Hook and Web Hook
+* LWM2M Prototol Support
 
 
 ## Installation
 ## Installation
 
 
@@ -85,11 +87,13 @@ Plugin                                                                 | Descrip
 [emq_auth_mongo](https://github.com/emqtt/emq_auth_mongo)              | MongoDB Authentication/ACL Plugin
 [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_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_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_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_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_sn](https://github.com/emqtt/emq_sn)                              | MQTT-SN Protocol Plugin
 [emq_coap](https://github.com/emqtt/emq_coap)                          | CoAP 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_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_recon](https://github.com/emqtt/emq_recon)                        | Recon Plugin
 [emq_reloader](https://github.com/emqtt/emq_reloader)                  | Reloader Plugin
 [emq_reloader](https://github.com/emqtt/emq_reloader)                  | Reloader Plugin
 [emq_sockjs](https://github.com/emqtt/emq_sockjs)                      | SockJS(Stomp) Plugin
 [emq_sockjs](https://github.com/emqtt/emq_sockjs)                      | SockJS(Stomp) Plugin