Documentation Index
Fetch the complete documentation index at: https://docs.cocartapi.com/llms.txt
Use this file to discover all available pages before exploring further.
What are the system requirements for JWT Authentication?
What are the system requirements for JWT Authentication?
wp-config.php file and ensure your server has HTTP Authorization Header enabled. See the Setup Guide for information.How does token refresh mechanism work?
How does token refresh mechanism work?
How do I handle CORS in my application?
How do I handle CORS in my application?
What happens to tokens when a user changes their password or email?
What happens to tokens when a user changes their password or email?
What signing algorithms are supported?
What signing algorithms are supported?
HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384, ES512, PS256, PS384, and PS512.You can choose and configure your preferred algorithm through the filters.My server uses a static IP address, what can I do?
My server uses a static IP address, what can I do?
We use a fixed custom user agent so authentication is failing.
We use a fixed custom user agent so authentication is failing.
How can I customize token claims and validation rules?
How can I customize token claims and validation rules?
How can I create, view or list JWT tokens?
How can I create, view or list JWT tokens?
Why would the token no longer be valid when it hasn't expired yet?
Why would the token no longer be valid when it hasn't expired yet?