In Solana programs, authorities
are entities or accounts that have the right to perform certain actions or make changes within the program.
For example
upgrade
the code of a program.spl-token create-token
spl-token create-account <token_mint_address>
spl-token mint <token_mint_address> 10000000000
Check if mint authority
exists on explorer
Revoke mint authority
spl-token authorize <token_id> mint --disable
spl-token mint <token_mint_address> 10000000000