We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
作为微服务网关场景,Jwt 认证通常有跟业务结合的一些定制,通用的插件无法满足所有场景的需要。可以提供一个基础的 Jwt 认证插件,让开发者在此基础上进行二次开发,实现满足自己业务场景需要的 Jwt 认证。
当前已经有了 C++ 版本的 Jwt 认证插件,但基于此二次开发难度较高,所以可以实现一个 Go 版本的认证插件。
功能上可以参考当前 C++ 版本的 Jwt 插件,不要求严格一致:https://github.com/alibaba/higress/tree/main/plugins/wasm-cpp/extensions/jwt_auth
The text was updated successfully, but these errors were encountered:
认领
Sorry, something went wrong.
@dspo Hello, is there any progress on this work?
Please assign to me, thanks
@Ink-33 Is there any progress?
Ink-33
No branches or pull requests
Why do you need it?
作为微服务网关场景,Jwt 认证通常有跟业务结合的一些定制,通用的插件无法满足所有场景的需要。可以提供一个基础的 Jwt 认证插件,让开发者在此基础上进行二次开发,实现满足自己业务场景需要的 Jwt 认证。
当前已经有了 C++ 版本的 Jwt 认证插件,但基于此二次开发难度较高,所以可以实现一个 Go 版本的认证插件。
How could it be?
功能上可以参考当前 C++ 版本的 Jwt 插件,不要求严格一致:https://github.com/alibaba/higress/tree/main/plugins/wasm-cpp/extensions/jwt_auth
The text was updated successfully, but these errors were encountered: