PATs
PATs, or Personal Access Tokens, are credentials used to authenticate to services that implement token-based authentication. They are typically long-lived strings issued to a user and used to access APIs or command-line tools on that user’s behalf. PATs function as bearer tokens and can be presented in API requests in place of a password, often via an Authorization header or as a user password in basic authentication, depending on the service.
Creation and scope: PATs are created by a user in the service’s security or developer settings. They
Usage: PATs are commonly used for automated workflows, scripts, and continuous integration and deployment pipelines where
Security considerations: If a PAT is compromised, an attacker may perform any action permitted by its scope