Skip to content
New issue

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

实现 Go 版本的 Jwt 认证插件 #232

Open
johnlanni opened this issue Mar 8, 2023 · 4 comments
Open

实现 Go 版本的 Jwt 认证插件 #232

johnlanni opened this issue Mar 8, 2023 · 4 comments

Comments

@johnlanni
Copy link
Collaborator

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

@dspo
Copy link
Collaborator

dspo commented Mar 8, 2023

认领

@johnlanni
Copy link
Collaborator Author

@dspo Hello, is there any progress on this work?

@Ink-33
Copy link
Collaborator

Ink-33 commented May 31, 2023

Please assign to me, thanks

@johnlanni
Copy link
Collaborator Author

@Ink-33 Is there any progress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

4 participants