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

bugfix: remove unsupported algorithm in jwt plugin. #2356

Merged
merged 2 commits into from Oct 4, 2020

Conversation

moonming
Copy link
Member

@moonming moonming commented Oct 4, 2020

support algorithm: https://github.com/SkyLothar/lua-resty-jwt/blob/master/lib/resty/jwt.lua#L505

What this PR does / why we need it:

fix #2325

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible?

doc/plugins/jwt-auth.md Outdated Show resolved Hide resolved
Copy link
Member

@membphis membphis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

If we can use the same "summary" style for English and Chinese, then this PR will be perfect.

Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
@moonming moonming merged commit a4e3526 into apache:master Oct 4, 2020
@moonming moonming added this to the 2.0 milestone Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: jwt-auth 500 error with not HS256 algorithm
3 participants