consumer-ai-lab / gravishken

gravtest -> grav-shiken (shiken is "test" in japanese) -> gravishken
0 stars 3 forks source link

use jwt for requests #30

Closed thrombe closed 3 weeks ago

thrombe commented 2 months ago

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.

thrombe commented 1 month ago

most of the work is done in #46 . needs testing to make sure it works with websockets.

waiting for #39

thrombe commented 3 weeks ago

completed in b38e0b7