Share template with people having the link

{{if readSharingToken}}
Link with read permissions
{{>~getCurrentLocation()}}public-templates?access_token={{:readSharingToken}} {{else}} {{/if}}

When requesting this link, jsreport will skip the authentication and authorization and render this particular template. User will be also able to execute any of the jsreport recipes from the served page but won't be allowed to access any of the existing templates or other entities.

{{if writeSharingToken}}
Link with write permissions
{{>~getCurrentLocation()}}public-templates?access_token={{:writeSharingToken}} {{else}} {{/if}}

In addition to the "read link" user will be also able to update this particular template for example using jsreport embedded editor.