Closed chamini2 closed 7 years ago
You still protect the actual endpoint with JWT, but you use one of the options nes supports for the protocol level. nes uses its own method to authenticate you to the nes websocket connection, and from there it uses normal auth. Just look at the tests for examples.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
I wanted to use a
jwt
strategy like we already do in Hapi, but found that settingdoes not work, how can I achieve this?