A sample repo to reproduce the auth error with Websocket server. Here is the main thread https://forum.adonisjs.com/t/authentication-by-session-token-in-sockets/934
After cloning the repo, perform following steps.
- Copy
.env.example
to.env
- Run
adonis migration:run
- Run
adonis seed
to create a sample user.