Ensure your data is safe with the highest standards of data security
Talk to sales
Passwords are digitally signed with sha256 and unique salts.
Secure Socket Layer (SSL) is an industry-standard for securing and encrypting data transmission.
On Xano's dedicated resource plans, the user's instance is on a single-tenant deployment or architecture.
Xano is built to help citizen developers scale their backend, using technologies like Docker, Kubernetes, and Google Cloud.
RBAC (Role-based access control) or role-based permissions is a way to restrict access based on a user's defined role.
RBAC (Role-based access control) or role-based permissions is a way to restrict access based on a user's defined role.
Authentication is the way the backend handles adding users and allowing them to access certain areas of your app.
A password must be a minimum of eight (8) characters, maximum of 256 characters, at least one (1) alphabetic character, and at least one (1) numeric character.
2FA security requires the use of two different forms of identification to access and authenticate an account.
An inactivity timer which will log you out after 2 hours of inactivity. This can be adjusted or disabled entirely via your account settings.
ISO 27001 is the only auditable international standard that defines requirements of a information security management system.
ISO 9001:2015 serves as the quality benchmark of organizations located across the globe.
This standard is an extension of the ISO/IEC 27001 and ISO/IEC 27002 standards for information security management systems.
SOC 2 is an internal control report capturing how a company safeguards customer data and how well those controls are operating.
Xano continually champions initiatives that prioritize and improve the security and privacy of customer personal data.
HIPAA (1996) is a set of regulations governing the use and disclosure of protected health information.
Safeguards for sensitive data including location, demographics, beliefs, affiliations, communications, genetics, sexuality, and health related records.
The California Consumer Privacy Act (CCPA) is a state statute intended to enhance privacy rights and consumer protection for residents of California, United States.
The LGPD sets rules for handling personal data in Brazil, applying to both domestic and foreign entities processing Brazilians' data.
A Canadian federal law from 2000 regulating personal information handling in commercial activities nationwide, except where provinces have similar laws.
FERPA gives parents rights over their children's education records. These rights transfer to students at age 18 or when they attend post-secondary school.
A Singapore law regulating personal data handling, providing individuals more control over their data use by organizations.
Yes. Xano compiles by utilizing the following open source licenses: PHP 8, Node.js, PostgreSQL, Angular 17, and Redis 7.2.
It does not come standard. It is only possible if enabled through our Enterprise Edition.
Yes, Xano integrates SAST into its development process to analyze source code for vulnerabilities. This approach enables the early detection of security issues during the coding phase. By utilizing automated tools, Xano can identify potential vulnerabilities, such as SQL injection, cross-site scripting (XSS), and insecure coding practices.
Each of our database types (i.e. text, int, decimal, boolean, etc) have their own built-in filters to validate their input. When assigning a type to a database column or input variable, you can rely on the contents of that variable to have successfully passed the appropriate input validation for that specific type.
Xano requires all web communication over HTTPS TLSv1.2 or above.
Xano currently supports the following regions: Australia, Belgium, Brazil, Canada, France, Germany, India, Indonesia, Japan, Saudi Arabia, Singapore, South Korea, the United Kingdom, and the United States.
Yes, using Redis is mandatory. Xano uses it for caching various parts of the application schema. It is also used for API/function caching (if enabled) and it is accessible within our function stack.
Multi-zone configurations are supported through our Enterprise BYOC offering. It is not supported through the traditional SaaS plans.
Code is verified using Snyk.
Xano allows you to set rate limits on your queries so that you can limit the requests per given time period that an API endpoint can be called. The Rate Limit function comes with a few settings for configuration.
Upon discontinuing Xano services, you retain the capability to export all data from your Xano account(s). You maintain complete control over the data utilized within your instances. However, it's important to note that any code associated with your Xano setup is not exportable.
Yes, Xano provides support for background tasks (cron jobs), allowing them to execute concurrently. Moreover, the resources allocated for background tasks are segregated from those designated for API operations.