cppzmq icon indicating copy to clipboard operation
cppzmq copied to clipboard

Authentication examples

Open planetmarshall opened this issue 4 years ago • 5 comments

It would be useful to have some examples showing usage of the CurveZMQ protocol in cppzmq - similar to stonehouse etc that exist in CZMQ, PyZMQ and others.

If nothing already exists, I could do this as I am currently working in that area.

Thanks, Andrew.

planetmarshall avatar May 05 '20 21:05 planetmarshall

+1 encouragement from me. Having some worked cppzmq "houses" examples would be very useful.

brettviren avatar May 07 '20 17:05 brettviren

I agree. It might also be useful to implement a generic zap server in cppzmq, but I have no experience with that, so cant tell how complicted it would be.

gummif avatar May 14 '20 22:05 gummif

We definitely lack good examples, so any contribution would be very welcome!

While I implemented a ZAP server in the past and it was not too complex, doing that in a generic way would be much more complex, as you would need to provide some API for integrating with authentication providers.

sigiesec avatar May 15 '20 10:05 sigiesec

Can anyone provide an example on PLAIN authentication with cppzmq? Me and maybe others would appreciate it.

kassem-tohme avatar Sep 07 '20 10:09 kassem-tohme

You might want to look at this and this.

ThibaultDECO avatar Oct 10 '22 10:10 ThibaultDECO