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

Reactive Jwt Authentication Converter Support #5924

Merged
merged 1 commit into from
Oct 15, 2018

Conversation

jzheaux
Copy link
Contributor

@jzheaux jzheaux commented Oct 5, 2018

Fixes: gh-5092

@jzheaux jzheaux requested a review from rwinch October 5, 2018 21:42
* @author Josh Cummings
* @since 5.1.1
*/
public class ReactiveJwtAuthenticationConverter
Copy link
Member

Choose a reason for hiding this comment

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

Since we know that JwtAuthenticationConverter is non blocking we don't need to reimplement this. We could just delegate to JwtAuthenticationConverter but instead perhaps an adapter from imperative to reactive is more valuable since it would support other imperative implementations that don't block

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants