canary release 1.7.x #347
Annotations
10 errors
src/auth/jwt/sign.ts#L1
Replace `·JWTPayload,·KeyLike,·SignJWT,·base64url,·importPKCS8·` with `JWTPayload,·KeyLike,·SignJWT,·base64url,·importPKCS8`
|
src/auth/jwt/sign.ts#L2
Replace `·ALGORITHM_RS256·` with `ALGORITHM_RS256`
|
src/auth/jwt/sign.ts#L3
Replace `·fetchAny·` with `fetchAny`
|
src/auth/jwt/sign.ts#L4
Replace `·AuthError,·AuthErrorCode·` with `AuthError,·AuthErrorCode`
|
src/auth/jwt/sign.ts#L22
Replace `AuthErrorCode.INVALID_ARGUMENT,·"It·looks·like·the·value·provided·for·`serviceAccount.privateKey`·is·incorrectly·formatted.·Please·double-check·if·private·key·has·correct·format.·See·/~https://github.com/awinogrodzki/next-firebase-auth-edge/issues/246#issuecomment-2321559620·for·details")` with `⏎······AuthErrorCode.INVALID_ARGUMENT,⏎······'It·looks·like·the·value·provided·for·`serviceAccount.privateKey`·is·incorrectly·formatted.·Please·double-check·if·private·key·has·correct·format.·See·/~https://github.com/awinogrodzki/next-firebase-auth-edge/issues/246#issuecomment-2321559620·for·details'⏎····);`
|
src/auth/jwt/sign.ts#L23
Unexpected constant nullishness on the left-hand side of a `??` expression
|
src/auth/jwt/sign.ts#L28
Replace `·alg:·ALGORITHM_RS256,·kid:·keyId·` with `alg:·ALGORITHM_RS256,·kid:·keyId`
|
src/auth/jwt/sign.ts#L64
Replace `·payload:·base64url.encode(token)·` with `payload:·base64url.encode(token)`
|
src/auth/jwt/sign.ts#L69
Replace `·signedBlob·` with `signedBlob`
|
|
This job failed
Loading