🔐 Initial change on the public links using anonymous users (#69)

* Initial change on the public links using anonymous users

Co-authored-by: Anton Shepilov <anton.shepilov@gmail.com>
This commit is contained in:
Romaric Mourgues
2023-06-09 16:03:01 +02:00
committed by GitHub
parent adda7caf00
commit 723b77cb55
26 changed files with 294 additions and 80 deletions
+2
View File
@@ -28,6 +28,8 @@ export interface User {
application_id?: string;
// allow_tracking
allow_tracking?: boolean;
// Prevalidated public token access
public_token_document_id?: string;
}
export const webSocketSchema = {