temporalio / temporalio/samples-typescript
[Feature Request] Add Cloud codec server example
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 465
- Forks
- 148
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 11
Description
Is your feature request related to a problem? Please describe.
https://github.com/temporalio/samples-typescript/tree/main/encryption
has a codec server, but it doesn't verify with JWKS and get email from decoded JWT.
Describe the solution you'd like
Since it's only for Cloud, maybe add a src/codec-server-cloud.ts?
Contributor guide
No contributing guide indexed for this repository
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
Start by reviewing the existing encryption example at encryption and compare its codec server with the proposed src/codec-server-cloud.ts entry point. Define the Cloud example around JWKS verification and retrieving the email from the decoded JWT. Done means the example clearly demonstrates both behaviors; no test file is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authentication, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100