umap/umap/settings
Alexis Métaireau f255c3c8a5 feat(websockets): Authenticate with signed tokens.
Authentication is now done using a signed token provided by the Django
server, sent by the JS client and checked by the WebSocket server.

The token contains a `permissions` key that's checked to ensure the user
has access to the map "room", where events will be shared by the peers.
2024-06-07 18:21:30 +02:00
..
__init__.py feat(settings): Expose settings as a dict. 2024-06-07 18:21:30 +02:00
base.py feat(websockets): Authenticate with signed tokens. 2024-06-07 18:21:30 +02:00
dev.py chore: bump ruff 2024-03-05 17:23:49 +01:00
local.py.sample chore: migrate to OAuth 2 for OpenStreetMap backend 2024-02-14 11:30:16 +01:00