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

Dynamic authenticators as WAMP callees #14

Open
haizaar opened this issue Aug 30, 2018 · 1 comment
Open

Dynamic authenticators as WAMP callees #14

haizaar opened this issue Aug 30, 2018 · 1 comment

Comments

@haizaar
Copy link

haizaar commented Aug 30, 2018

In Wiola, today, dynamic authentication should be implemented in Lua and runs as part of Wiola/Openresty.
This makes it hard to swap router implementations.

Particularly, in crossbar.io, authenticators are just another RPC callees, therefore if there was another router supporting the same paradigm (Wiola? :), it could've been used as a drop in replacement without re-implementing authenticators.

I understand that Dynamic Authentication is not defined in WAMP spec and thus every router is free to implement it any way it likes, but crossbar.io is de-factor the reference implementation, so may be it's worth to align with it for the sake of interoperability.

What do you think?

@KSDaemon
Copy link
Owner

KSDaemon commented Sep 1, 2018 via email

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

No branches or pull requests

2 participants