I want to store user's 3rd party credentials. Example:
pip install protobuf==3.5.0.post1
.
Is there any possible way to check if user's entered credentials of a third party website are correct?
Is there any API or gem to authenticate the credentials from our rails application?
Thanks in advance.