Skip to content

Make OpenIdAuthenticationMapper.createAuthenticationResponse reactive… - #1063

Closed
maccuaa wants to merge 0 commit into
micronaut-projects:masterfrom
maccuaa:master
Closed

Make OpenIdAuthenticationMapper.createAuthenticationResponse reactive…#1063
maccuaa wants to merge 0 commit into
micronaut-projects:masterfrom
maccuaa:master

Conversation

@maccuaa

@maccuaa maccuaa commented Jul 26, 2022

Copy link
Copy Markdown
Contributor

Make the OpenIdAuthenticationMapper.createAuthenticationResponse interface method reactive. This brings the interface in line with the OauthAuthenticationMapper. createAuthenticationResponse interface method.

This will allow developers to make non-blocking API calls in the AuthenticationMapper.

Fixes #927

@CLAassistant

CLAassistant commented Jul 26, 2022

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@sdelamo sdelamo added this to the 4.0.0 milestone Jul 27, 2022
@sdelamo sdelamo added the status: next major version The issue will be considered for the next major version label Jul 27, 2022
@sdelamo

sdelamo commented Jul 27, 2022

Copy link
Copy Markdown
Member

@maccuaa we will have to do such changes in the next mayor version of Micronaut Security since this is a breaking change.

@maccuaa

maccuaa commented Jul 27, 2022

Copy link
Copy Markdown
Contributor Author

@sdelamo No worries, I figured as much.

@maccuaa

maccuaa commented Feb 2, 2023

Copy link
Copy Markdown
Contributor Author

I accidentally created this PR from the master branch in my fork which makes it difficult to sync master to create new PRs. I created a new branch with these commits and opened a new PR #1217.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: next major version The issue will be considered for the next major version

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

Make OpenIdAuthenticationMapper.createAuthenticationResponse reactive

3 participants