From d8f540b7296733148cef36c1e5cae18cd95dd6c3 Mon Sep 17 00:00:00 2001 From: danarnold Date: Mon, 15 May 2017 12:38:06 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0b38c1e..2b185d3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ OmniAuth HubSpot An OmniAuth strategy for authenticating with the HubSpot API. +# No Longer Maintained + +This repository is no longer maintained. + ## Peculiarities HubSpot has some peculiarities in their implementation of OAuth that I've accounted for in this strategy. Be aware that the authorization process does not use OAuth2's state parameter for securing sessions. Additionally, it does not use the POST to token URL phase of OAuth; instead, the tokens we need are passed as parameters right after the initial request phase. HubSpot also authenticates with only a Client ID and a Portal ID, instead of the standard Client ID and Client Secret.