Found 405 results for "gitana 4.0 developers authentication mfa providers authy"

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

Gitana 4.0 / Content Engine / Platform / Binary Files

Upload and store binary files safely in Cloud CMS with auto antivirus scans, metadata extraction, thumbnails, and custom processing.

Score: 1.4918673

Gitana 4.0 / Developers / Frameworks / Postman

Learn how to connect to Cloud CMS using Postman with our detailed guide and step-by-step instructions.

Score: 1.4813123

Gitana 4.0 / Reference / Types

Explore various schema types including Cluster, Stack, Release, and more, with comprehensive documentation on Gitana 4.0.

Score: 1.4813123

Gitana 3.2 / Guide / Guide / Application Server / Services / Duster

Optimize your web development process with Duster, a powerful service using LinkedIn Dust.js for efficient template rendering and automatic cache management.

Score: 1.4552121

Gitana 4.0 / Developers / Application Server / Services / Duster

Optimize your web rendering with Duster Service using Dust.js for dynamic HTML and JSON outputs. Boost performance with seamless fragment caching.

Score: 1.4552121

Gitana 3.2 / Guide / Guide / Binary Files / GridFS Binary Storage

Optimize MongoDB storage with GridFS for binary files in Cloud CMS, featuring integration with Amazon S3 and other cloud solutions.

Score: 1.4484295

Gitana 4.0 / Content Engine / Platform / Binary Files / GridFS Binary Storage

Optimize your binary storage with Cloud CMS and MongoDB GridFS, ensuring efficient, scalable, and cost-effective file management.

Score: 1.4484295

Gitana 4.0 / Content Engine / Services / Optical Character Recognition

Effortlessly digitize documents with Cloud CMS OCR, extracting text and structure for seamless indexing and enhanced searchability.

Score: 1.4451724

Gitana 3.2 / Guide / Guide / Features / Auto Narrate

Auto Narrate automates text-to-speech for content, creating audio files with customizable narration services, perfect for enhancing accessibility.

Score: 1.4162349

Gitana 3.2 / Guide / Guide / GraphQL

Cloud CMS seamlessly integrates GraphQL for efficient content querying, offering a dynamic schema for each branch to simplify developer access to content models.

Score: 1.3903259

Gitana 4.0 / Content Engine / Graph QL

Optimize your integration with Cloud CMS using GraphQL. Discover seamless query configurations for efficient data access and management.

Score: 1.3903259

REST based access calls

The authentication mechanism in Cloud CMS is OAuth 2.0. While you can use any of the flows, the easiest one to begin with is "password". We've outlined a basic example here using Advanced REST Client to show our API-first platform in action. First, from your Cloud CMS platform home page, navigate to "Manage Platform" and select the "API Keys" section to list all available projects for remote access: If you have no keys for your project then create a new "Application" from "Manage Platform" and t

Score: 1.3788373

Gitana 3.2 / Guide / Guide / Bulk Import / Files

Effortlessly import and manage diverse content types in Cloud CMS using the Bulk Import tool and cloudcms-packager for seamless repository integration.

Score: 1.3536079

Gitana 4.0 / Developers / Frameworks / cURL

Learn how to use cURL for API calls and connectivity with Cloud CMS, plus access key management and example scripts.

Score: 1.3536079

Gitana 4.0 / Content Engine / Bulk Import / Files

Effortlessly import and manage diverse file types in Cloud CMS with our powerful Bulk Import tool and cloudcms-packager module.

Score: 1.3536079

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.3536079

Build your prototype website in 10 easy steps

Getting started with Cloud CMS for a website takes minimal setup: Fork a copy of https://github.com/gitana/sdk Note the URL of your repo; you’ll need this later… Login to your tenant or signup for a trial of Cloud CMS When prompted upon login create a Web Content Management starter project From the resulting Project Dashboard navigate to “Applications” in Manage Project Select “Sample Web Application” > Deployments Tick the radio button on the right Navigate to Selected > Undeploy (upper right)

Score: 1.3536079

Gitana 3.2 / Guide / Guide / API / Data Types / Platform

Access your platform's data stores and manage configurations seamlessly with our intuitive interface, supporting teams, authorities, and more.

Score: 1.3502487

Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Web Hook

Enable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.

Score: 1.3373903

Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Web Hook

Enable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.

Score: 1.3373903

Gitana 3.2 / Guide / Guide / Application Server / Tags / @form

Render Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.

Score: 1.3305695

Gitana 4.0 / Developers / Application Server / Tags / @form

Render Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.

Score: 1.3305695

Migrating Binary files to S3

By default, on-premise installations of Cloud CMS are configured with a GridFS (`gridfs`) Binary Storage Provider. This allows Cloud CMS to read and write binary files (such as attachments) to GridFS. At some point, as your installation grows, you may want change this. Suppose you wanted to move your binary files into S3 and use S3 as a Binary Storage Provider for Cloud CMS. To do so, we recommend the following steps: 1. Make a backup of your Cloud CMS database. 2. Create an S3 bucket and IAM us

Score: 1.3238418

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.3220203

How we use Docker at Cloud CMS

At Cloud CMS, we use Docker to provision our cloud infrastructure servers on top of Amazon Web Services. Our stack consists of five different clusters: Cloud CMS API Cloud CMS UI Cloud CMS App Server for Dynamic Hosting Elastic Search MongoDB With the exception of MongoDB, all of these clusters are allocated using elastic load balancing and are architected in such a way that we can spin up new servers and tear down old ones with elastic demand. That is to say, they are fully elastic in design. T

Score: 1.3220203