Skip to content

Commit

Permalink
Add alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
pylipp committed Dec 19, 2024
1 parent bcf093c commit df7f4b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/auth/public_sharing_of_statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,7 @@ union ShareableLinkResult = ShareableLink | ExpiredLinkError | UnknownLinkError
- [x] how to avoid misuse of the link, or the exposed public GraphQL endpoint (DDoS mitigation)? E.g. by rate limiting server-side based on link code, or https://cloud.google.com/armor/docs
- [x] can FE resolve a URL like `.../<code>` into a route like `.../<code>/bases/X/statviz` on the FE **and** process the returned data as if it was a GraphQL response? Yes, in principal it's possible
- [x] how do deal with routing changes (target of link becomes outdated)? We'd have to add redirection

### Alternatives

Check https://github.com/pglombardo/PasswordPusher?tab=readme-ov-file

0 comments on commit df7f4b5

Please sign in to comment.