doofinder / doofinder-magento2

Open Software License 3.0
10 stars 9 forks source link

[Magento 2] - Study alternative to Token Based Authentication #230

Open pedromcp90 opened 1 year ago

pedromcp90 commented 1 year ago

We have encountered recently with some Magento 2 issues with token authentication.

The problem is that Adobe has deactivated token-based authentication due to security problems, the good news is that they have enabled an option in the store configuration that allows you to reactivate this form of authentication, so we can continue working as before.

Even so, we should study the alternatives that we can implement to avoid using this authentication method that Adobe qualifies as insecure.

Link to the Adobe documentation.