This repository was archived by the owner on Jan 20, 2024. It is now read-only.
This repository was archived by the owner on Jan 20, 2024. It is now read-only.
Usage of client secret in client code #52
Open
Description
It's not a wise idea to expose your secret in client code, yet this library encourages/expects it. E.g this is a quote from the LinkedIn OAuth2 docs:
Important!
At the risk of your own application's security, DO NOT share your Client Secret value with anyone! This includes posting it in support forums for help with your application.