kkemple / kkemple/tasker

Auth won't work

Open
#53 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Hi Guys,
i finally managed to get tasker run and it looks great but now i cannot login to my company's jira

```
Error: error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt
at Error (native)
at Decipher.Cipher.final (crypto.js:202:26)
at Object.module.exports.decrypt (/Users/aferraresi/tasker/encryption.js:26:25)
at Object.handle (/Users/aferraresi/tasker/express/routes/jira.js:45:31)
at next_layer (/Users/aferraresi/tasker/node_modules/express/lib/router/route.js:103:13)
at Route.dispatch (/Users/aferraresi/tasker/node_modules/express/lib/router/route.js:107:5)
at /Users/aferraresi/tasker/node_modules/express/lib/router/index.js:205:24
at Function.proto.process_params (/Users/aferraresi/tasker/node_modules/express/lib/router/index.js:269:12)
at next (/Users/aferraresi/tasker/node_modules/express/lib/router/index.js:199:19)
at next (/Users/aferraresi/tasker/node_modules/express/lib/router/index.js:176:38)
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the failure locations named in the stack trace: encryption.js and express/routes/jira.js, then reproduce the login attempt against the company's Jira. Determine why decryption fails for this login path and verify that Jira authentication completes without the reported error.

Written by the indexing model from the issue text.

Assessment

Tech stack
express, javascript, node.js
Domain
authentication, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.