react-native-linkedin-sdk icon indicating copy to clipboard operation
react-native-linkedin-sdk copied to clipboard

How to protect clientSecret?

Open BenBach opened this issue 8 years ago • 2 comments

How do you make sure that the clientSecret is protected?

I don't think it's a good idea to have it included in the mobile app

BenBach avatar Sep 12 '17 11:09 BenBach

@BenBach I had the same concern, but currently there is no way on iOS as I am using https://github.com/tonyli508/LinkedinSwift that requires client secret. Probably, the best bet is to fetch client secret from your server for authed users.

joonhocho avatar Sep 12 '17 15:09 joonhocho

@joonhocho Fetch the secret to authed users? But if i want to use the linkedin login.. the user is not authed yet.. so how can i give him the secret?

royipressburger avatar May 24 '18 07:05 royipressburger