Link to post that bypasses membership access

Is it possible to call the content helper in handlebars with a parameter that makes it assume the viewer is a member and has access? So that if I pass this parameter, content-cta.hbs never gets called?

I want users who get the post via email be able to click and view it online, without having to log in and was thinking I could just add a URL parameter like bypass=true.

Thanks!

Hey @geirfreysson :wave:

There isn’t a way to do this at the moment - however member sessions are indefinite, so people should only need to sign in once, and after that they’ll already be logged in for any links they click from a newsletter in future

1 Like