+ Auth tokens grant the token’s owner programmatic access to this community with their + full admin privileges. Demoting a user automatically invalidates their tokens; + revoking a token here cuts off a single token without changing the user’s role. +
+ + {loadError && ( +No auth tokens have been minted for this community.
+ )} + + {tokens.length > 0 && ( ++ Auth tokens let you authenticate against the PubPub API as yourself. Each token is + scoped to one community where you are an admin and grants the same privileges as + your account. A token automatically stops working if you are no longer an admin of + that community. +
+ + {canMint ? ( +You have no auth tokens.
+ )} + + {tokens.length > 0 && ( +