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

Enforce single device access on VSS #998

Open
TonyGiorgio opened this issue Jan 30, 2024 · 2 comments
Open

Enforce single device access on VSS #998

TonyGiorgio opened this issue Jan 30, 2024 · 2 comments

Comments

@TonyGiorgio
Copy link
Contributor

I've started to try to enforce single device access at a websocket level here: MutinyWallet/websocket-proxy#2

However, I think it's a hack because it relies on the WSS proxy which is mostly a thing for just the LN node part. I think we should add an idempotency key to VSS.

This can either be in the form of another variable to the VSS parameters (easier and probably safer to move to first) and then eventually add WSS to VSS where it is enforced too.

This is kind of fedimint related since we're starting to rely on the LN node part less.

@benthecarman
Copy link
Collaborator

I was thinking that it is better on the websocket proxy because we don't need to enforce single device expect for lightning.

@TonyGiorgio
Copy link
Contributor Author

We absolutely need to for ecash.

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

2 participants