<QirtaasRenderer> instead of the editor, and there are two ways
to authorize a read: a share token for public documents, or the same
embed token the editor uses for the author’s own documents.
1. Public reads with a share token
For applications where you want to share documents with any website visitor (ex: public reflections), you want to use share tokens.src/SharedNote.tsx
2. Reads with an embed token
To gate reads behind authorisation, use embed token (pass getToken) to the QirtaasRenderer.src/ReadNote.tsx
Want access control?
In both previous scenarios, you either allow blanket reads to everyone or to all your users. In some applications, you might have complex and dynamic ACLs. ACL with signatures allow you to support this.Access control with signatures
Gate cross-user reads behind your own ACL with per-document HMAC signatures.
