tencent cloud

personal center
Last updated: 2025-08-07 15:47:32
personal center
Last updated: 2025-08-07 15:47:32
Users can view the organizations and repository status they participate in, and configure personal information, email address, and access token in the personal center.

Personal Homepage

Enter CNB, click the user avatar in the top right corner, and select Overview. The Personal Homepage is a developer's technique name card, which will show here:
Developer customization introduction, such as their work and interest.
Organizations and repositories the person participates in.
Historic activity status.


Personal Setting

Enter CNB, click the user avatar in the top right corner, and select Settings. View personal information and set the account username.

Personal Information

Nickname, avatar obtained from the logged in account.
Customize your personal signature, personal website, or WeChat official account. Once filled, they will display on your personal homepage.

Creating a Token

In Git, artifact repository, and OpenApi authentication scenarios, use an access token to complete authentication.
Click Add Access Token. When creating, you can quickly initialize the token authorization scope through common scenarios or select them one by one in the authorization scope.


Token Authentication Logic

When using token authentication, the system validates the following two at the same time. Authentication succeeds only if both are satisfied, then this action is executed.
Can the token bind user permissions to complete this act.
Does the authorization scope of this token include this act.
Example:
When using user A's token to pull repo-A, it will simultaneously verify whether user A can pull repo-A and whether the token's authorization scope includes pulling the code repository.
The token can pull this repository only if both conditions are satisfied.

Language Setting

The platform has been adapted for Simplified Chinese and English. Users can switch between them as needed.


Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback