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

Add support for @AuthenticationPrincipal annotated method parameter #272

Closed

Conversation

rwinch
Copy link
Member

@rwinch rwinch commented Jan 26, 2022

Add support for resolving arguments annotated with Spring Security's @AuthenticationPrincipal annotation.

@rwinch rwinch force-pushed the gh-269-AuthenticationPrincipal branch from 2d76792 to 0e89533 Compare January 31, 2022 21:54
@rwinch rwinch marked this pull request as ready for review January 31, 2022 21:57
@rstoyanchev rstoyanchev added this to the 1.0.0-M6 milestone Feb 2, 2022
@rstoyanchev rstoyanchev added the type: enhancement A general enhancement label Feb 2, 2022
@rstoyanchev rstoyanchev self-assigned this Feb 3, 2022
@rwinch rwinch force-pushed the gh-269-AuthenticationPrincipal branch from c56b0bf to 9523e95 Compare February 4, 2022 20:22
@rstoyanchev rstoyanchev linked an issue Feb 8, 2022 that may be closed by this pull request
@rstoyanchev rstoyanchev added the in: security Issues related to security label Feb 8, 2022
rstoyanchev added a commit that referenced this pull request Feb 8, 2022
rstoyanchev added a commit that referenced this pull request Feb 8, 2022
@rstoyanchev rstoyanchev changed the title Add AuthenticationPrincipal support Add support for @AuthenticationPrincipal annotated method parameter Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: security Issues related to security type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create AuthenticationPrincipalArgumentResolver
2 participants