V7.2.1: Verify that the application performs all session token verification using a trusted, backend service.
ASVS Maturity
V7.2.2
V7.2.2: Verify that the application uses either self-contained or reference tokens that are dynamically generated for session management, i.e. not using static API secrets and keys.
ASVS Maturity
V7.2.3
V7.2.3: Verify that if reference tokens are used to represent user sessions, they are unique and generated using a cryptographically secure pseudo-random number generator (CSPRNG) and possess at least 128 bits of entropy.
ASVS Maturity
V7.2.4
V7.2.4: Verify that the application generates a new session token on user authentication, including re-authentication, and terminates the current session token.