Skip to content

Commit ebcf821

Browse files
committed
add PR reference for name frontend implementation
1 parent 61bc3c2 commit ebcf821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

text/0032-improved-api-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ First, we will need to support naming and showing a mostly obfuscated token in t
124124
4. Change the `ApiToken` serializer to send the `token_last_characters` in the response for use in the frontend. [#63473](https://github.com/getsentry/sentry/pull/63473)
125125
5. Change the frontend to use the new `token_last_characters` value and show an obfuscated token in the UI. [#63485](https://github.com/getsentry/sentry/pull/63485)
126126
6. Update the backend serializer for `ApiToken` to accept and return an optional `name` field. [#64493](https://github.com/getsentry/sentry/pull/64493)
127-
7. Update the frontend to support creation of a token with a `name` and displaying of the `name` when listing tokens.
127+
7. Update the frontend to support creation of a token with a `name` and displaying of the `name` when listing tokens. [#64509](https://github.com/getsentry/sentry/pull/64509)
128128

129129
Second, we will need to secure the tokens. This involves four primary goals.
130130

0 commit comments

Comments
 (0)