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
Idea: a /auth or /login HTTP endpoint. In the message body the parameters of the authentication are transferred. Then, a JWT is returned with which the user can authenticate themselves to the WebSocket API (i.e. "/ws?token=ey...").
Idea: a /auth or /login HTTP endpoint. In the message body the parameters of the authentication are transferred. Then, a JWT is returned with which the user can authenticate themselves to the WebSocket API (i.e. "/ws?token=ey...").
The payload should look like the following:
Request:
Response:
This way, other authentication methods can be implemented later on. For example:
Request:
The text was updated successfully, but these errors were encountered: