@1auth/authn-access-token
Advanced tools
Comparing version 0.0.0-alpha.47 to 0.0.0-alpha.48
@@ -12,2 +12,3 @@ import { | ||
count as authnCount, | ||
select as authnSelect, | ||
list as authnList, | ||
@@ -64,2 +65,6 @@ create as authnCreate, | ||
export const select = async (sub, id) => { | ||
return await authnSelect(options.secret, sub, id) | ||
} | ||
export const list = async (sub) => { | ||
@@ -66,0 +71,0 @@ return await authnList(options.secret, sub) |
{ | ||
"name": "@1auth/authn-access-token", | ||
"version": "0.0.0-alpha.47", | ||
"version": "0.0.0-alpha.48", | ||
"description": "", | ||
@@ -53,5 +53,5 @@ "type": "module", | ||
"dependencies": { | ||
"@1auth/authn": "0.0.0-alpha.47", | ||
"@1auth/crypto": "0.0.0-alpha.47" | ||
"@1auth/authn": "0.0.0-alpha.48", | ||
"@1auth/crypto": "0.0.0-alpha.48" | ||
} | ||
} |
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
3882
87
+ Added@1auth/authn@0.0.0-alpha.48(transitive)
+ Added@1auth/crypto@0.0.0-alpha.48(transitive)
- Removed@1auth/authn@0.0.0-alpha.47(transitive)
- Removed@1auth/crypto@0.0.0-alpha.47(transitive)
Updated@1auth/authn@0.0.0-alpha.48
Updated@1auth/crypto@0.0.0-alpha.48