selfprivacy-rest-api/selfprivacy_api/graphql
Inex Code ceee6e4db9 fix: Read auth token from the connection initialization payload
Websockets do not provide headers, and sending a token as a query param is also not good (it gets into server's logs),
As an alternative, we can provide a token in the first ws payload.

Read more: https://strawberry.rocks/docs/general/subscriptions#authenticating-subscriptions
2024-07-05 18:14:18 +04:00
..
common_types refactor(service): add return typing to DNSrecord conversion and comments 2024-03-18 11:44:53 +00:00
mutations add nix-collect-garbage endpoint (#112) 2024-05-01 16:10:39 +03:00
queries feature(jobs): UNSAFE endpoint to get job updates 2024-07-04 17:19:25 +03:00
subscriptions feature(jobs): UNSAFE endpoint to get job updates 2024-07-04 17:19:25 +03:00
__init__.py fix: Read auth token from the connection initialization payload 2024-07-05 18:14:18 +04:00
schema.py refactor(jobs): offload job subscription logic to a separate file 2024-07-04 17:19:25 +03:00