🔐 Implement password and expiration date (#53)
* Implemented password and expiration date on conf and backend side * Implemented password modal on shared side * Add public link related tests * Fix tests
This commit is contained in:
@@ -37,6 +37,8 @@ export type DriveFileAccessLevel = 'none' | 'read' | 'write' | 'manage';
|
||||
export type DriveItemAccessInfo = {
|
||||
public?: {
|
||||
token: string;
|
||||
expiration?: number;
|
||||
password?: string;
|
||||
level: DriveFileAccessLevel;
|
||||
};
|
||||
entities: AuthEntity[];
|
||||
|
||||
Reference in New Issue
Block a user