Return full token-info #241

Merged
cmo merged 7 commits from return-full-token-info into master 2026-06-30 13:38:05 +00:00
Owner

This PR changes the output of GET /tokens to include the attributes hashed and representation. This allows to recreate an identical configuration on a different server via admin API-calls.

This PR changes the output of `GET /tokens` to include the attributes `hashed` and `representation`. This allows to recreate an identical configuration on a different server via admin API-calls.
The result of token-fetching on an admin interface
now contain the full token information, including
the token's representation and hash status.

This allows to duplicate a configuration on another server by just
using admin API-calls
This commit make the command more robust against
trailing `/` in the API-URL.
remove unused code
All checks were successful
Test execution / Test-all (push) Successful in 2m14s
92ef7eb681
cmo merged commit e5d4a1c225 into master 2026-06-30 13:38:05 +00:00
cmo deleted branch return-full-token-info 2026-06-30 13:38:23 +00:00
Sign in to join this conversation.
No description provided.