api-library icon indicating copy to clipboard operation
api-library copied to clipboard

documentation issue - Auth

Open olissongs opened this issue 6 years ago • 1 comments

Hi,

a wording confusion

in api code there is uses '**clientKey**' => '', // **Client/Consumer key** from Mautic '**clientSecret**' => '', // **Client/Consumer secret key** from Mautic

and in the Frontend there are the fields called "publickey" and "sercretkey"

so solutions are:

use only one word for one thing everywhere, else its confuising people who wants to use mautic

or make a mapping table in docs

clientKey == Client/Consumer key from Mautic (never shown in Frontend) == publickey (used in Mautic Frontend) ....


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

olissongs avatar Oct 17 '18 11:10 olissongs

May an naming issue in Frontend

in /credentials List its called public Key and sercret Key

in credentials/edit/X Edit Form its Called Client ID and Client Secret

olissongs avatar Oct 17 '18 11:10 olissongs