2 comments (2 comments)1 reaction (1 reaction)1 assignee (1 assignee)TypeScript141,412 stars (141,412 stars)22,210 forks (22,210 forks)batch import
good first issue
Description
@dosu can we inject current user id to the api endpoint so we don't need to use function
Contributor guide
- Tech stack
- typescript
- Domain
- backendauthentication
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- active
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Familiarity with Dify backendBasic understanding of dependency injection
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- The issue requests injecting current user ID into API endpoints to avoid using a function. However, the specific endpoints and the function in question are not specified. The contributor should first investigate the existing API structure in the repository, focusing on how authentication and user context are currently handled. Reviewing comments from the assignee (@dosu) or related issues may clarify the requirement.