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

Authentication at the zerorpc level #56

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

guy881
Copy link
Collaborator

@guy881 guy881 commented Aug 17, 2019

I implemented authentication at the level of the zerorpc. It is done by using a middleware both on a client and a server side. It computes a signature for every event. It involves providing a kind of secret key, which needs to be passed both to supervisor and multivisor config. I added an example to the README.md.

Although this authentication is not required, I am aware that this is an important change, I am open for discussion about improving this solution.

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

Successfully merging this pull request may close these issues.

1 participant