mysterious-processor-51766
05/24/2023, 10:01 PMchilly-king-10285
05/24/2023, 10:01 PMchilly-king-10285
05/24/2023, 10:03 PMAuthorization
header of your API calls, SDK calls, or command-line interactions ([source](https://www.ory.sh/docs/concepts/personal-access-token)). Access Token: Access tokens are short-lived tokens that grant access to resources for a limited time. They are used in OAuth2 flows to access protected resources on behalf of the user. Access tokens can be used to find out which user ("subject") is performing an action in a resource provider, but they should not be used for logging people in ([source](https://www.ory.sh/docs/hydra/faq)). In summary, API keys are used for authorizing privileged operations, while access tokens are used for granting access to resources in OAuth2 flows.mysterious-processor-51766
05/24/2023, 10:07 PM