- Notifications
You must be signed in to change notification settings - Fork836
Correct nullability annotations in OIDEndSessionRequest#702
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…postLogoutRedirectURL, state
petea commentedApr 8, 2022
@philet have you signed thecontributor agreements? |
philet commentedApr 11, 2022
@petea I have signed them last Friday. Probably still needs to be processed on your side. |
petea commentedAug 16, 2022
@philet confirmed that we have the needed documentation from you, thanks. |
petea commentedAug 16, 2022
Since this will be a breaking change for the Swift interface, we'll need to make it as part of a major release. |
nbransby commentedNov 4, 2022
@petea since its only adding the nullability won't existing code still compile meaning its not a breaking change? |
pfei5 commentedJan 30, 2023
We're having to run a fork of this lib because of this issue. Is there anything missing from the PR that we could provide? |
matax87 commentedAug 7, 2023
Any update on this? |
trykovyura commentedJun 8, 2025
up |
MichaelHackett commentedAug 22, 2025
@petea: Please provide an update. Is@nbransby correct about it not being a breaking change? I'd rather not have to maintain a fork of the library just to address this one issue, so I'd like to see this finally accepted and merged. It looks to me like it wasn't even changed in the 2.0.0 release, where a breaking change (if it actually is) could have been made. |
Uh oh!
There was an error while loading.Please reload this page.
Correct nullability annotations for
OIDEndSessionRequestparametersidTokenHint,postLogoutRedirectURL, andstate.Fixes#565