firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

Socket.IO not support with FeathersJS #27

Open Oskang09 opened 4 years ago

Oskang09 commented 4 years ago

Tried with socket.io and authenticate but return null as result, and request after authenticated still return not authenticated.

Screenshot from 2019-09-28 02-19-08

Nishchit14 commented 4 years ago

Thanks for sharing it. @Oskang09

Is it working with your frontend? Firecamp only sends and receive the events from your server regardless of any business logic.

If still, it's an issue then could you please help us to reproduce it with sample repo?

Oskang09 commented 4 years ago

Tried so far, i think need extra handle for feather's socketio. Authentication event works well but response is null ( Should binded accessToken on socketio ). After authenticate, still receive unauthorize when sending request.

Screenshot from 2019-10-11 21-46-47