authgear / authgear/authgear-server
prompt should support multiple values
Open
- Dominant language
- Go
- Stars
- 2k
- Forks
- 125
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 32
Description
`prompt` in the authentication options to support space-delimited, case-sensitive list of string values.
For example, `prompt: "select_account login"` will ask the end-user to select an account and then authenticate.
Contributor guide
Research direction
No file or test is named in the issue. Start by locating the authentication-options handling for prompt and its existing tests, then trace how prompt values are parsed and passed through. Done means accepting a space-delimited, case-sensitive list such as "select_account login" and covering that behavior with tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100