Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

We use tokens to authenticate users and authorize requests without keeping session data on the serverTokens are data confirming a user’s identity and are analogous to digital signatures.

An access token (from an authorization server) allows temporary access to restricted resources such as APIs or websites. Generally, access tokens are valid for only a few minutes or hours, depending on the setting to safeguard the resource server.

  • No labels