FormidableLabs / react-native-app-auth

React native bridge for AppAuth - an SDK for communicating with OAuth2 providers
https://commerce.nearform.com/open-source/react-native-app-auth
MIT License
2.04k stars 441 forks source link

AppAuth version updated for Apple Privacy Manifest for AppAuth-iOS #971

Closed faizplus closed 6 months ago

faizplus commented 6 months ago

Fixes #954

Description

Updated the minimum version from 1.6 to 1.7.3 for AppAuth-iOS required by this package as it has the required privacy manifest included with it.

From the issue:

Apple's Privacy manifest requirement is required by May 1st. https://developer.apple.com/news/?id=3d8a9yyh

AppAuth is mentioned in the SDKs that require a privacy manifest and signature: https://developer.apple.com/support/third-party-SDK-requirements/

It looks like the AppAuth-iOS pod released the version that has the privacy manifest recently: https://github.com/openid/AppAuth-iOS/releases/tag/1.7.3

Steps to verify

Run the Example app to verify the version installed by pod install

changeset-bot[bot] commented 6 months ago

🦋 Changeset detected

Latest commit: 87e75b1f4951e62ab298cedf5d8725b85d03dbe3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | --------------------- | ----- | | react-native-app-auth | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

carbonrobot commented 6 months ago

Looks good, please add a changeset for a minor release by running yarn changeset and following the prompts

faizplus commented 6 months ago

Looks good, please add a changeset for a minor release by running yarn changeset and following the prompts

Added changeset!