sesamyab / wordpress-sesamy

2 stars 0 forks source link

fix: public access to event and signed url lock modes #111

Closed julianidiart closed 2 months ago

julianidiart commented 2 months ago

Currently the lock modes event and signedUrl don't support public and logged-in access levels, since we don't need to pull the content from an external URL in those cases (if it's public the content should always be visible and if it's logged-in then once the user is logged in the content should be public), treating them as embed lock mode will unlock the content correctly.