Give a user a persistent personal key for a notebook | Toph Tucker | Observable
•ojs
•ojs
•ojs
•ojs
•ojs
•ojs
•ojs
Comments (3)
Mike Bostock
Jan 21, 2022
You might consider using a hash instead of a query string, since hashes are not sent to the server (and thus will not be logged). For example here in the client-side decryption here:
https://observablehq.com/@mbostock/encrypted-message
Simon Willison
Jan 21, 2022
I opened a feedback issue about this here:
https://github.com/observablehq/feedback/issues/350
Toph Tucker
Jan 21, 2022
switched to using hash instead of query string & linked to issue
Reply
Add comment
Subscribe to notifications
Observable
Sign in
Toph Tucker
14
Reply
Add comment
Subscribe to notifications
6
Give a user a persistent personal key for a notebook | Toph Tucker | Observable