LeastAuthority / S4-2.0

Simple Secure Storage Service 2.0
Apache License 2.0
7 stars 1 forks source link

Persist subscription state #51

Open exarkun opened 5 years ago

exarkun commented 5 years ago

There is already a server which will accept HTTP requests to "create" new subscriptions. However, nothing is really created.

Create some real persistent state associated with the new subscription. Start with just a unique identifier but get it added to a persistent store, somehow.

All of the necessary fields to actually operate the service will come later.