eigengrau-ch / strapi-plugin-cookie-manager

MIT License
19 stars 7 forks source link

After the cookie manager creates a cookie, the cookie is used incorrectly #14

Closed guoduhw closed 1 year ago

guoduhw commented 1 year ago

After the cookie manager creates cookies, how can these cookies be used? Is there a detailed explanation?

eigengrau-ch commented 1 year ago

Hi @guoduhw, Thanks for your question. The Plugin generates multiple content types in strapi for you and which is used by the plugin to store the data. These content types are accessible through the strapi API as regular content types.

Currently there is only the API response documented. What is not mentioned yet, is that you need to enable permission for the generated content types in order to access the API. But this is the same for any other content type aswell.

What do you mean with "the cookie is used incorrectly"?

I hope my reply helps to answer your questions.

eigengrau-ch commented 1 year ago

I close this issue due to no respond since january.