You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everybody,
i want to use this pretty looking module for my angular js application with Vert.x as backend.
So i want to send credentials (login (email), password) by Vert.x EventBus which is WebSocket JS library.
EventBus send data farther to auth module.
Auth module do verification job and return some kind of sessionID.
If I know, this module is be able to use only with standard HTTP requests to URL, am I wrong?
Thank you for your help.
The text was updated successfully, but these errors were encountered:
After doing some research, I've decided that websocket authentication makes more sense as a separate project. This module is meant to be used with a ReST API, and websocket apps don't really fit that paradigm.
Hi everybody,
i want to use this pretty looking module for my angular js application with Vert.x as backend.
So i want to send credentials (login (email), password) by Vert.x EventBus which is WebSocket JS library.
EventBus send data farther to auth module.
Auth module do verification job and return some kind of sessionID.
If I know, this module is be able to use only with standard HTTP requests to URL, am I wrong?
Thank you for your help.
The text was updated successfully, but these errors were encountered: