@accounts/common
Advanced tools
Comparing version 0.1.0-beta.2 to 0.1.0-beta.3
@@ -44,4 +44,5 @@ export interface TokenRecord { | ||
export interface SessionType { | ||
sessionId: string; | ||
id: string; | ||
userId: string; | ||
token: string; | ||
valid: boolean; | ||
@@ -48,0 +49,0 @@ userAgent?: string; |
{ | ||
"name": "@accounts/common", | ||
"version": "0.1.0-beta.2", | ||
"version": "0.1.0-beta.3", | ||
"description": "Fullstack authentication and accounts-management", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13516
235