-
Notifications
You must be signed in to change notification settings - Fork 94
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
Support for authentication #244
Comments
@soupdiver is this still relevant? |
I don't know... I guess my question still stands but I'm not working on this anymore 😅 |
Also wondering about this, if a server needs to authenticate allowed client public keys, is there any way to do this using these bindings? From docs:
|
To answer my own question: |
@izzymg to have custom logic for this, you would need to allocate a rep socket to "inproc://zeromq.zap.01”, as per https://rfc.zeromq.org/spec/27/ . Then you can use custom logic to answer the ZAP query (authenticate against a db, etc) |
I currently try to implement the "Ironhouse pattern" mentioned here.
The example C code
I try to figure out how I would the call to
zauth_configure_curve
with this go package.I found the
certstore
strcut which would be part of this, but it's not used anywhere else in the code.Am I missing something or is this feature not (yet) implemented?
The text was updated successfully, but these errors were encountered: