jackykwandesign
jackykwandesign
same happened in #9231 Its quite dumb to do auth in each emited events in server, anyone find a way to access original socket.io and apply a middleware on it?...
> But in the adapter i go through all parameters i can use, i find nothing helpfun for socket auth example in here  ``` Adapter options { transports: [...
> Hey @tonivj5 , I just used @ChrisKatsaras 's answer and it works great! > > > The only problem I still see, it's that it's out of the DI...
> I've been playing around with @ChrisKatsaras & @xWiiLLz 's approach, but am struggling to figure out how you would be able to tell which user is authenticated within future...
> Hey, > > So I guess my code is doing something similar to @Jamie452 , but using guards and the JwtService. > > Here's the relevant parts. > >...
This is my workaround solution, perfectly before handleConnection and without any adapter I create a namespace specific middleware function, use jwtService from jwtModule and my userService as parameter auth.middleware.ts ```ts...
> The solution in my case was to use `@IsDate` instead of `@IsISO8601`. Same issue here, seems GQL will parse ISO date string into Date instance by nature of DateTime...
ok, problem solved. I dig deep into 0x Discord and find the answer. The ERC20 proxy endpt for V4 api is: 0xdef1c0ded9bec7f1a1670819833240f027b25eff And the exchange address is: 0xdef1c0ded9bec7f1a1670819833240f027b25eff The exchange...
> Hey, I seem to have the same error, but arent the addresses you mentioned in the solution the same as that in the initial problem statement? > > What...
So is this package support typescript or not ? cause i saw 1 pull request about this but no one process it.