seems like the "correct" way to do this isby sendi...
# graphql-kotlin
n
seems like the "correct" way to do this isby sending authentication in the first websocket message like so
Copy code
{
  "type": "connection_init",
  "payload": {
    "Authorization": "Bearer token"
  }
}
how do i get access to this ? (on spring-server)