Found 515 results for "api datatypes email"

The search executed in 0.00167506 seconds. That's fast.

Gitana 4.0 / Content Engine / Integrations / Azure / Translate

Effortlessly integrate Azure Translate for seamless multi-language support and automatic I18N translations in your applications.

Score: 1.2082605

Gitana 3.2 / Guide / Guide / Docker / Configuration / Encrypting Properties

Secure your sensitive data with Cloud CMS by encrypting API properties using RSA keys, safeguarding passwords and credentials effortlessly.

Score: 1.2062947

How to monitor API traffic from a node js app

It is sometimes helpful to see the API traffic that is going on between the Gitana javascript driver and the Cloud CMS API server. This is a non-intrusive method of doing that. install a tool called Charles Proxy https://www.charlesproxy.com/ This is an excellent tool for monitoring http/https traffic. Once installed, start Charles Proxy and enable reverse proxy: Check "Enable Reverse Proxies" and then click the "Add" button. A port will be assigned (55703 in the example below). Set Remote Host

Score: 1.1996281

Gitana 3.2 / Guide / Guide / Application Server / URL Addressability / Login and Logout

Manage user sessions with Cloud CMS Domains for login/logout, utilizing Express for seamless integration and secure session management in web or mobile apps.

Score: 1.198497

Gitana 3.2 / Guide / Guide / Docker / Maintenance / Container Hooks

Optimize container lifecycle management in Kubernetes with HTTP hooks for smooth deployment and graceful shutdowns. Learn how to configure routes and security.

Score: 1.198497

Gitana 4.0 / Developers / Application Server / URL Addressability / Login and Logout

Manage user sessions with Cloud CMS Domains for login/logout, utilizing Express for seamless integration and secure session management in web or mobile apps.

Score: 1.198497

More Ways to Run Cloud CMS On-Premise

We just released Cloud CMS version 3.1.315 which includes more sample configurations to help customers and prospects get started with on-premise Docker deployments. Our Docker distribution includes several “kits” that contain pre-built Docker Compose configurations that help customers to get up and running right away. These configurations can either be used as is or they may serve as a reference for building out new configurations that meet a customer’s exact needs. Cloud CMS offers Docker as an

Score: 1.198013

Content Management as a Microservice

One of the big ideas we pursued when we set out to build Cloud CMS was to design the product so that it was entirely decoupled. Our vision was to have a number of discrete tiers that would consist of either single servers or clusters of servers dedicated to a single class of problems. For example, the Content API tier is dedicated to powering our JSON API. It does nothing else but receive requests, execute them and hand back JSON data responses. It had nothing to do with presentation or renderin

Score: 1.1978618

Gitana 3.2 / Guide / Guide / Getting Started

Explore Cloud CMS, an API-first CMS empowering businesses with content creation, management, and publishing for web and mobile apps. Get started today!

Score: 1.1871777

What is an Identity vs a User?

The concept of an Identity and a User is distinct in Cloud CMS. They are separate things. Essentially, a User holds the name, email address and other properties about a user and an Identity holds the password. A User may optionally have an identity associated with it but this isn't required. For any users that you want to give the ability to log in, you'll need to have an identity created and associated for them. This is as easy as editing the user and setting their password. When a password is

Score: 1.1850681

Gitana 4.0 / Content Engine / Find

Discover and retrieve content easily with Cloud CMS Find Service using Query, Search, and Traversal for a unified result set.

Score: 1.1837606

Gitana 3.2 / Guide / Guide / Authentication

Securely connect to Cloud CMS using OAuth 2.0; ensure seamless API interactions with Access and Refresh Tokens, safeguarding client and user credentials.

Score: 1.1789677

Gitana 4.0 / Developers / Authentication

Securely authenticate Cloud CMS using OAuth 2.0, support Authorization and Resource Servers, and ensure safe API interactions with encrypted Access and Refresh Tokens.

Score: 1.1789677

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.79

Upgrade to Cloud CMS 3.2.79 for ARM-64 support, enhanced performance, and improved Elastic Search integration. Utilize our tools for seamless upgrades.

Score: 1.17607

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.80

Upgrade to Cloud CMS 3.2.80 for ARM aarch64 support, enhanced Elastic Search, and Redis updates, unlocking better performance and cost-effectiveness.

Score: 1.17607

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.81

Upgrade to Cloud CMS 3.2.81 with ARM aarch64 support, Elastic Search and Redis enhancements. Use our CLI for seamless upgrades.

Score: 1.17607

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.82

Cloud CMS 3.2.82: Upgrade notes, ARM-64 support, Elastic Search client update, Redis upgrade, and CLI upgrade tool information.

Score: 1.17607

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.83

Upgrade to Cloud CMS 3.2.83 for ARM64 support, Elastic Search improvements, and Redis 6.x compatibility with easy deployment options.

Score: 1.17607

Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / Facebook

Authenticate users in your Cloud CMS app using Facebook. Set up a Facebook Developer Account to obtain essential API tokens for integration.

Score: 1.1730243

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.84

Upgrade to Cloud CMS 3.2.84 for ARM-64 support, enhanced performance, and Redis 6.x compatibility. Access release and upgrade notes for more details.

Score: 1.1709981

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.85

Upgrade to Cloud CMS 3.2.85 with ARM-64 support, enhanced performance, and Redis 6.x compatibility. Access detailed release and upgrade notes.

Score: 1.1709981

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.86

Upgrade to Cloud CMS 3.2.86 for ARM-64 support, improved performance, and compatibility with Redis 6.x. Follow release notes and upgrade tools for guidance.

Score: 1.1709981

Gitana 3.2 / Guide / Guide / Multifactor Authentication / Providers / Duo Security

Integrate Duo Security for multifactor authentication with Cloud CMS using Duo's Auth API settings for seamless and secure access.

Score: 1.1709981

Access Cloud CMS content anonymously or as a guest user

This question often comes up from folks who are building HTML applications that run in a browser. They'd like the browser to connect to Cloud CMS to download content and display it. Usually this consists of things like images but also may consist of other types of content in Cloud CMS such as raw nodes, PDF files, video assets or more. OAuth 2.0 and Access Tokens Fundamentally, everything in Cloud CMS is secured from an access perspective using OAuth 2.0. This means that an OAuth 2.0 access toke

Score: 1.1662545

AWS loadbalancer healthchecks

For AWS LB healthchecks, we recommend the following path off the API: /healthcheck This route hands back a 200 if the API server is healthy. It determines whether it is healthy by checking a few statistics such as the amount of free memory, the amount of free disk space, network connectivity, file handle usage, CPU utilization and more. If it returns a non-200, then that serves as a signal that the server is in some sort of degraded state and should be rolled over (which elastic scaling groups w

Score: 1.1662222