Skip to content

Re-Use Access Tokens#255

Merged
DiCanio merged 1 commit intodevelopfrom
refactor-http-clients
Jul 24, 2025
Merged

Re-Use Access Tokens#255
DiCanio merged 1 commit intodevelopfrom
refactor-http-clients

Conversation

@DiCanio
Copy link
Collaborator

@DiCanio DiCanio commented Jul 24, 2025

Ensures that access tokens for a specific host
are used until they expire. After expiration a
new token is acquired either by using a refresh
token or by using the client credentials flow
(robot_credentials).

This functionality is baked into a middleware
that can be injected into web clients for
reusability.

Resolves #253

@DiCanio DiCanio self-assigned this Jul 24, 2025
@DiCanio DiCanio added the enhancement New feature or request label Jul 24, 2025
@DiCanio DiCanio force-pushed the refactor-http-clients branch from ff96205 to 2e9a623 Compare July 24, 2025 17:44
Ensures that access tokens for a specific host
are used until they expire. After expiration a
new token is acquired either by using a refresh
token or by using the client credentials flow
(robot_credentials).

This functionality is baked into a middleware
that can be injected into web clients for
reusability.
@DiCanio DiCanio force-pushed the refactor-http-clients branch from 2e9a623 to 1b34ea4 Compare July 24, 2025 18:09
@DiCanio DiCanio merged commit 7bc8db5 into develop Jul 24, 2025
4 checks passed
@DiCanio DiCanio deleted the refactor-http-clients branch July 24, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Re-Use Access Token

1 participant