• I am trying to extend or use some bits of the plugin’s functionality with my own custom stuff, but I’m not sure how the authentication works.

    My questions are:

    • What is stored during the authentication process?
    • How can I authorise my plugin to use the same authentication process?

    The reason for the question is I see that there is no hapikey stored in options table, just the portal id and url as per this screenshot: https://prnt.sc/p28b7n

    Say I want to add additional functionality but based on the plugin (so it must be activated and installed and possibly updated to a certain version – the checks I did), but I want to reuse the authentication, what must I call or require?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support mlamacchia

    (@mlamacchia)

    Hi @archie22is,

    At the moment the content of the plugin is all iframed. For this reason, we don’t have to store any auth token/API key and you will have to log in to HubSpot from the admin panel. We now store only your account id and name inside the WordPress database.

    If you are interested in developing something on your own, you use OAuth2: link to our dev docs

Viewing 1 replies (of 1 total)
  • The topic ‘What is stored during authentication?’ is closed to new replies.