Skip to content

Authorizer API

Andrew J. Gillis edited this page Sep 15, 2017 · 2 revisions

API Reference

GoDoc

Creating authenticators for the nexus 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.