feat(auth): list/revoke sessions with device_name and client_type. Fixes EventHub/EventHubBack#74
This commit is contained in:
+3
-1
@@ -78,7 +78,9 @@
|
||||
expires_at :: calendar:datetime(),
|
||||
revoked :: boolean(),
|
||||
created_at :: calendar:datetime(),
|
||||
updated_at :: calendar:datetime()
|
||||
updated_at :: calendar:datetime(),
|
||||
device_name :: binary(),
|
||||
user_agent :: binary()
|
||||
}).
|
||||
|
||||
%% ------------------- Календари ---------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user