nuts-foundation / nuts-foundation/nuts-node
OAuth2: make access token lifetime configurable
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 28
- Forks
- 23
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 76
Description
This is now hardcoded for 15 minutes, should be configurable. Note that we chose to hide the existing config flag in the auth module, since it is v5-specific. If we decide to re-use it for the IAM APIs, we need to un-hide it.
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 in the auth module by locating the hardcoded 15-minute access-token lifetime and the existing hidden configuration flag. Trace where access tokens are issued and determine the configuration path; done means the lifetime is configurable while the v5-specific flag remains hidden unless IAM APIs need to reuse it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100