Mastermindzh / react-cookie-consent

A small, simple and customizable cookie consent bar for use in React applications.
https://mastermindzh.github.io/react-cookie-consent/
MIT License
603 stars 84 forks source link

Is there "agree" method without click agree using method #172

Closed lgj9172 closed 1 year ago

lgj9172 commented 1 year ago

I should automatic agree when sign in. When someone sign in, I should remove the cookie consent and mark it as agreed. Is there any method?

Mastermindzh commented 1 year ago

You have a few options, you can get a reference to the component and call the public accept method or you can manually set the cookie using the defaultCookieConsentName.