Solid Pod with JWT Verification

@josephguillaume If I wanted to implement something like that in a POD, am I able to do that right now with SOLID, or do I need to understand how Linked Data Notifications work to write my own version?

I am trying to understand how an app could implement SOLID now, if it plans to grow in the future.

J

Linked data notifications just provides a mechanism for pushing notifications
https://www.w3.org/TR/ldn/

And solid just says servers and clients must conform to that specification
https://solid.github.io/specification/protocol#notifications

For most uses, an app growing just means that there are more users using the app on their own pod. The app scales trivially without the app developer needing to provision more storage or even bandwidth.

For the social network type of use case, there’s a couple of posts about the fediverse and the activitypub specification on this forum, but otherwise I’d suggest looking at how, e.g. mastodon handles things.