react-native-linkedin-sdk
react-native-linkedin-sdk copied to clipboard
How to protect clientSecret?
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 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 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?