@aptly-as/app-koa
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -69,3 +69,3 @@ export async function authorize(ctx, next) { | ||
} | ||
ctx.aptlyOAuth2.verifyHmac(hmac, ctx.request.body); | ||
ctx.aptly.auth.verifyHmac(hmac, ctx.request.body); | ||
ctx.config = await ctx.redis.getConfig(organization); | ||
@@ -72,0 +72,0 @@ ctx.aptly.api.init(ctx.config.refresh_token, ctx.config.organization); |
{ | ||
"name": "@aptly-as/app-koa", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Template for NodeJS Typescript", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
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
42634