Users  /  {{ userInfo?.username || 'Profile' }}

{{ userInfo?.username || 'User' }}

{{ userInfo?.username }} Admin

ID
{{ userInfo?._id }}
Email
{{ userInfo?.emails?.[0]?.email }}
Access token
{{ userInfo?.accessTokens?.github }}
GitHub
Created
{{ fmt?.humanTime(userInfo?.dateOfEntry) }}
Last connection
{{ fmt?.humanTime(userInfo?.accessTokenDates?.github) }} never
GitHub repos
{{ userInfo?.repositories?.length }} repositories
GitHub repositories
Repo
{{ fmt?.humanFileSize(repo?.size) }}

API tokens

{{ tokens?.length }}

Personal API tokens for this admin account. Send as Authorization: Bearer <token> to authenticate without GitHub OAuth (useful for development).

Name
Created
Last used
{{ fmt?.humanTime(t?.lastUsedAt) }}never
No tokens yet.

Anonymized repositories

{{ repositories?.length }}
{{ fmt?.number(repositories?.length) }} Ready {{ fmt?.number(statusCountFor('ready')) }} Preparing {{ fmt?.number(statusCountFor('preparing')) }} Errored {{ fmt?.number(statusCountFor('error')) }} Expired {{ fmt?.number(statusCountFor('expired')) }} Removed {{ fmt?.number(statusCountFor('removed')) }}
{{ selectedCount() }} selected
Repository
Status
Views
Anonymized
Repo
 ·  · @ ·  {{ repo?.conference }} · {{ fmt?.humanFileSize(repo?.size?.storage) }} · {{ fmt?.number(repo?.options?.terms?.length) }} terms
No repositories match the current filters.