emqx / emqx-auth-jwt

EMQX JWT Authentication Plugin
https://www.emqx.com
Apache License 2.0
29 stars 24 forks source link

JWE support #122

Open alexandrim0 opened 4 years ago

alexandrim0 commented 4 years ago

Hello!

Do you have plans to support JWE? It would be very nice!

HJianBo commented 4 years ago

Thanks for your suggestion. We will consider it later :)

HJianBo commented 3 years ago

It's been a long time, can you describe your needs in detail? Let's see if we can implement it in 4.3

alexandrim0 commented 3 years ago

JWE allows to hide sensitive data so it can be included into access token. I can put some sensitive data into JWE and use it by my services. I need only one multi scoped token for them and EMQX if JWE is supported. I would be nice and does not looks too complicated. Thank you!