Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stateful design #4

Open
michielbdejong opened this issue Aug 30, 2024 · 0 comments
Open

stateful design #4

michielbdejong opened this issue Aug 30, 2024 · 0 comments

Comments

@michielbdejong
Copy link
Owner

So far, ocm-stub was really just a stub that gives politically correct answers.
We now want to use it to test and develop new evolutions of the OCM protocol.

So:

  • login/logout state should work (but it can be fake, with a session id in the query param)
  • the server should generate a keypair for httpsig on startup
  • it should remember sent and received shares and their state
  • it should probably also remember webdav bearer tokens it gave out

It's fine if this state is just in memory, doesn't need to be on disk or in db.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant