Control how JWT Authentication operates when tokens are created
cocart_jwt_auth_issued_at
cocart_jwt_auth_issuer
cocart_jwt_auth_not_before
cocart_jwt_auth_expire
cocart_jwt_auth_algorithm
cocart_jwt_auth_token_user_data
cocart_jwt_auth_refresh_token_generation
cocart_jwt_auth_refresh_token_expiration
cocart_jwt_auth_revoke_tokens_on_email_change
cocart_jwt_auth_revoke_tokens_on_password_change
cocart_jwt_auth_revoke_tokens_on_after_password_reset
cocart_jwt_auth_revoke_tokens_on_profile_update
cocart_jwt_auth_revoke_tokens_on_delete_user
cocart_jwt_auth_revoke_tokens_on_wp_logout
All filters follow WordPress coding standards and can be used with the standard add_filter() function. The examples above show practical implementations for each filter.
cocart_jwt_auth_token_prefix
It is NOT required to use a prefix, but it can help to distinguish tokens from different sources or implementations so use a unique prefix.