Add login endpoint #15
Annotations
10 errors and 3 warnings
lint:
src/handlers/create.ts#L3
'decode' is defined but never used
|
lint:
src/handlers/create.ts#L3
'sign' is defined but never used
|
lint:
src/handlers/create.ts#L20
'decodedPayload' is assigned a value but never used
|
lint:
src/handlers/create.ts#L43
Unexpected any. Specify a different type
|
lint:
src/handlers/issueToken.ts#L3
'decode' is defined but never used
|
lint:
src/handlers/issueToken.ts#L3
'verify' is defined but never used
|
lint:
src/handlers/login.ts#L3
'decode' is defined but never used
|
lint:
src/handlers/login.ts#L3
'sign' is defined but never used
|
lint:
src/handlers/login.ts#L20
'decodedPayload' is assigned a value but never used
|
lint:
src/handlers/login.ts#L35
Unexpected any. Specify a different type
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
check-format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|