Regenerated documentation, but still no new tests.

This commit is contained in:
Simon Brooke 2022-12-31 09:10:25 +00:00
parent c18a0a5b8e
commit 1cd7f1fc1a
24 changed files with 143 additions and 70 deletions

View file

@ -0,0 +1,5 @@
# Per-User Database
*This is a design thought, not a design decision.*
Obviously, the way to give each user control of their social media is for each user to have effectively their own server, and that thought is behind my ideas about driving more functionality down to the client. Allowing an architecture of intermittent links helps with this - the same client will not always appear on the same ip address and thus cannot use conventional SSL certificates for authentication, so we need a workaround for that.