Skip to content

TT-175: Implement Bearer Token Authentication for API access#97

Merged
Ente merged 1 commit intodevelopfrom
TT-175
May 10, 2025
Merged

TT-175: Implement Bearer Token Authentication for API access#97
Ente merged 1 commit intodevelopfrom
TT-175

Conversation

@Ente
Copy link
Member

@Ente Ente commented May 10, 2025

  • Added Bearer Token Authentication for API access.
    Therefore also updated the api/v1/toil/README.md, you can use api/v1/toil/createToken with Basic Auth which then returns access and refresh token.
    -> api/v1/toil/refreshToken requires your access token within Authorization header (e.g. Authorization:Bearer [token]). Your refresh token is expected to be within JSON format in the POST body, e.g.
{
  "refreshToken": "yourToken"
}

@Ente Ente added the enhancement New feature or request label May 10, 2025
@Ente Ente merged commit c48f85c into develop May 10, 2025
5 of 7 checks passed
@Ente Ente deleted the TT-175 branch May 10, 2025 18:28
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.

1 participant