mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 16:05:41 +00:00
Log creation of new sessions, fix some comments
This commit is contained in:
@@ -42,8 +42,10 @@ export type UserTokenData = {
|
||||
decoded: {
|
||||
id: string;
|
||||
iat: number;
|
||||
ver?: number; // token format version
|
||||
did?: string; // device id
|
||||
// token format version
|
||||
ver?: number;
|
||||
// device id
|
||||
did?: string;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user