NfNitLoop / feoblog

A distributed, cryptographically-verifiable blog / social network
Other
71 stars 4 forks source link

Document: User permissions #98

Open NfNitLoop opened 1 year ago

NfNitLoop commented 1 year ago

In short, there are two types of users:

A FeoBlog server does two main things:

So as a result, both "server" and "known" users effectively get to post to a server.

However, if a "known user" follows someone (who is not already a server/known user on the server) they are not granted either user status.

NfNitLoop commented 1 year ago

This'll get a bit more complicated when quotas are implemented, but we can cross that bridge when that happens.