microsoft / microsoft/BotFramework-DirectLineJS
Happy path: renew token with secret
Open
Nobody has claimed this yet.
Reliability
- Dominant language
- TypeScript
- Stars
- 199
- Forks
- 133
- PR merge metrics
- No merged PRs in 30d
Description
- Start a conversation
- Renew a token using secret and conversation ID
Make sure the renewed token:
- Is not same as the existing one
- Will communicate with the bot with the same conversation ID
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by tracing the token-renewal entry point that accepts the secret and conversation ID; done means the renewed token differs from the original and still communicates with the bot using the same conversation ID.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100