Skip to content

Authorizer API

Victor Dudochkin edited this page Jul 9, 2018 · 2 revisions

Creating authenticators for the wampire router

coming soon

Using the Authorizer to Intercept Messages

Since the Authorizer accesses both the session and the message through a pointer, the authorizer can alter the content of both the session and the message. This allows the authorizer to also work as an interceptor of messages to change their content or change the sending session based on the intercepted message.

This can be useful for extending the router functionality in ways that are outside the scope of the WAMP protocol.