any request to the server from app should be jwt verified.
my plan was to use send it in a Authorization or something like that. whatever works.
notably, make sure it works with websockets. i am not sure, but websockets need a GET request. not really sure if they work with POST request for initiating a websocket.
any request to the server from app should be jwt verified. my plan was to use send it in a Authorization or something like that. whatever works.
notably, make sure it works with websockets. i am not sure, but websockets need a GET request. not really sure if they work with POST request for initiating a websocket.