Skip to content

Commit 1dea350

Browse files
committed
fix: update summary and headline
1 parent 3bf59dd commit 1dea350

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/migrate-to-3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
with [`migrate-config`](#migrating-your-config).
1010
- If you set list or map environment variables, their syntax changed, see
1111
[List and map syntax](#list-and-map-syntax).
12-
- If you rely on the format of tokens or the internal implementation details of token storage, your workflow may need adjusting.
13-
See [token format redesign](#token-format-redesign).
12+
- API tokens are no longer returned in the GET endpoints and are only exposed
13+
on creation or rotation. See [Tokens are only shown once](#tokens-are-only-shown-once).
1414
- If you have scripts hitting client-token endpoints, they may now need
1515
[elevation](#adapting-your-scripts).
1616

@@ -80,7 +80,7 @@ GOTIFY_SERVER_RESPONSEHEADERS={"X-Custom-Header":"custom value"}
8080

8181
## API Changes
8282

83-
### Token Format Redesign
83+
### Tokens are only shown once
8484

8585
As part of an effort to align with secure API design principles,
8686
tokens will no longer be returned via the API or WebUI except when the token is issued via creation or rotation.

0 commit comments

Comments
 (0)