Reputation: 75
I'm using these packages which do not require client id and client secret key to be stored in the react native app client side. I would like to know if the packages mentioned are using the pattern of Authorization Code Grant Flow with PKCE?
Upvotes: 0
Views: 346
Reputation: 37
For Google Signin React Native https://github.com/react-native-community/google-signin you can use serverAuthCode
from userInfo object.
I'm also looking for the implementation of this flow for react-native-fbsdk
, but didn't find.
Upvotes: 0