Download the JWT Authentication for CoCart plugin to use these hooks.
Token Events
cocart_jwt_token_generated
Made available since v2.1.0
cocart_jwt_auth_token_refreshed
Made available since v2.1.0
cocart_jwt_auth_token_validated
Made available since v2.1.0
Token Management
cocart_jwt_auth_token_deleted
Made available since v2.1.0
Authentication Events
cocart_jwt_auth_authenticated
Made available since v3.0.0
All actions follow WordPress coding standards and can be used with the standard add_action() function. The examples above show practical implementations for each action.