Found 508 results for "gitana 4.0 developers api resources authgrant post-auth-grants-permissions-check"

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

Gitana 3.2 / Guide / Guide / UI Developers Guide / Configuration

Optimize your user interface with our fast, efficient configuration service. Dynamically evaluate and merge JSON blocks to build custom actions in milliseconds.

Score: 2.9913921

Gitana 4.0 / Developers / User Interface Customization / Configuration

Optimize your user interface with our fast, efficient configuration service. Dynamically evaluate and merge JSON blocks to build custom actions in milliseconds.

Score: 2.9913921

Gitana 3.2 / Guide / Guide / Integrations / Azure / Translate

Discover seamless integration with Azure Translate using Microsoft Translator API for efficient multi-language support in your applications.

Score: 2.9777641

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: 2.9777641

Gitana 3.2 / Guide / Guide / Forms

Optimize your content management with Cloud CMS's mobile-friendly, role-based forms using the powerful Alpaca Forms engine.

Score: 2.9481962

Gitana 4.0

Discover all features and capabilities of Cloud CMS 4.0 with our comprehensive documentation guide.

Score: 2.927187

Gitana 4.0 / Reference

Explore comprehensive Gitana data type references, including schemas, properties, methods, and API links, for data stores, objects, and general types.

Score: 2.8826995

Gitana 4.0 / Developers / Drivers / Python

Easily integrate Python applications with Gitana using the open-source driver; supports Flask & Django for seamless development.

Score: 2.8726225

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: 2.8570962

Gitana 4.0 / Developers / Drivers / PHP

Connect PHP apps to Gitana with our open-source driver. Access API with ease, manage OAuth, and perform content operations effectively.

Score: 2.8375115

Gitana 3.2 / Guide / Guide / Docker / Security Notices / CVE-2022-22965

Secure your Cloud CMS instance against CVE-2022-22965 by upgrading to 3.2.76 or applying our recommended workaround.

Score: 2.826563

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: 2.8109403

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: 2.8109403

Oauth 2.0 tokens

Each response from Cloud CMS provides two tokens: an access token and a refresh token. The access token is the one that you need to attach to every API call. It gets passed through the Authorization header as "bearer " and Cloud CMS uses this to identify who the authenticated user is (and thus, what resources they have access to and so forth). By default, the access token has a lifespan of 24 hours. After that period of time, it is no longer valid and any requests will come back wit

Score: 2.7243752

Gitana 4.0 / Reference / Types / Authentication Grant

Learn to securely generate and manage alternate credentials with Authentication Grants, enhancing user authentication flexibility on your platform.

Score: 2.7016733

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: 2.6789086

Gitana 3.2 / Guide / Guide / User Interface / Workflow

Optimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.

Score: 2.6177297

Gitana 4.0 / User Interface / Workflow

Optimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.

Score: 2.6177297

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / platform-manage-context

Manage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.

Score: 2.598807

Gitana 4.0 / Developers / User Interface Customization / Contexts / platform-manage-context

Manage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.

Score: 2.598807

The Beauty of Cloud CMS Chaining

Chaining is a common technique that has been widely adopted by modern JavaScript libraries to chain method calls together. The goal of chaining is to produce elegant and concise code that is easy to understand or maintain. For example, if you are a jQuery developer, you may produce similar code like this on daily basis. $('#mydiv').empty().html('Hello Word!').css('font-size','10px'); However, most popular JavaScript libraries only support “static” chaining, e.g. DOM object manipulation. If the m

Score: 2.5700111

Gitana 4.0 / Self Managed / Containers / UI Server

Optimize your Cloud CMS UI Server with extensible Node.js features and environment configurations for seamless API integration.

Score: 2.5624433

Gitana 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon Transcribe

Integrate Amazon Transcribe into your app for seamless speech-to-text conversions with Cloud CMS. Enhance content creation with automatic transcriptions.

Score: 2.557408

Gitana 4.0 / Content Engine / Integrations / Amazon Web Services / Amazon Transcribe

Effortlessly convert audio to text with Amazon Transcribe and Cloud CMS integration for seamless content management.

Score: 2.557408

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: 2.5540411