temporalio / temporalio/ui

Add support for OAuth PKCE

Open
#2,519 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
431
Forks
179
Avg merge
2d 9h
Merged PRs (30d)
71

Description

Is your feature request related to a problem? Please describe.

Since PKCE is gonna be required in OAuth 2.1 (see https://oauth.net/2.1/) please add support for it.

Describe the solution you'd like

When auth enabled the app should use Authorization Code Flow with Proof Key for Code Exchange (PKCE) rather than regular flow

Additional context

Useful link: https://pkg.go.dev/golang.org/x/oauth2#Config.AuthCodeURL

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the auth-enabled OAuth authorization-code flow in the TypeScript application and review the linked OAuth PKCE documentation. The work is done when authorization uses Proof Key for Code Exchange instead of the regular flow, with the relevant authentication behavior covered by the project's existing checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
authentication
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.