fixed import #21
Annotations
5 errors and 1 warning
tests/auth.test.ts > createSessionCookie() > creates a valid Firebase session cookie:
tests/firebase-utils.ts#L212
TypeError: encodeObjectBase64Url is not a function
❯ FirebaseTokenGenerator.createCustomToken tests/firebase-utils.ts:212:22
❯ tests/auth.test.ts:37:25
|
tests/auth.test.ts > createSessionCookie() > verifySessionCookie() > fails when called with a Firebase ID token:
tests/firebase-utils.ts#L212
TypeError: encodeObjectBase64Url is not a function
❯ FirebaseTokenGenerator.createCustomToken tests/firebase-utils.ts:212:22
❯ tests/auth.test.ts:79:27
|
tests/jwt-decoder.test.ts > TokenDecoder > header > invalid kid:
tests/jwt-decoder.test.ts#L32
TypeError: encodeObjectBase64Url is not a function
❯ tests/jwt-decoder.test.ts:32:26
|
tests/jwt-decoder.test.ts > TokenDecoder > header > invalid alg:
tests/jwt-decoder.test.ts#L43
TypeError: encodeObjectBase64Url is not a function
❯ tests/jwt-decoder.test.ts:43:26
|
build
Process completed with exit code 1.
|
eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: stefanzweifel/git-auto-commit-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|