Found 357 results for "apikeys application"
The search executed in 0.001723087 seconds. That's fast.
![]() |
Gitana 3.2 / Guide / Guide / PublishingManage your content lifecycle with Cloud CMS Publishing, featuring customizable workflows, lifecycle states, and multi-server deployment options.
Score: 0.9715751
|
![]() |
Gitana 3.2 / Guide / Guide / Getting Started / Role-Based Editorial UICollaborate effortlessly with Cloud CMS's adaptive Editorial UI, offering role-based features for managers and contributors on any device.
Score: 0.9715751
|
![]() |
Gitana 4.0 / Getting Started / Navigating the User InterfaceExplore the Cloud CMS Editorial app, a responsive interface tailored for managers and contributors, supporting collaboration across devices.
Score: 0.9715751
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Authentication / Authenticators / CustomCreate a custom authenticator for your application server by extending the AbstractAuthenticator class. Follow step-by-step implementation guidance.
Score: 0.96934116
|
![]() |
Gitana 4.0 / Developers / Application Server / Authentication / Authenticators / CustomCreate a custom authenticator for your application server by extending the AbstractAuthenticator class. Follow step-by-step implementation guidance.
Score: 0.96934116
|
![]() |
5 Reasons why Cloud CMS is Totally AwesomeCloud CMS is the only Content Management System that was built from the ground up for the needs of mobile devices and applications. Our goal is to provide the fastest, easiest and most cost-effective way for businesses to curate and deliver content to their applications, running anywhere in the world, in any language and at any time. In the last article, I talked about the general lack of mobile strategy within the business world. Mobile apps are so new that most businesses have had to react to
Score: 0.9682281
|
![]() |
Gitana 3.2 / Guide / Guide / Content Modeling / Default PathsCreate content paths easily with Cloud CMS. Use intuitive forms and dynamic templated variables for organized, SEO-friendly storage.
Score: 0.96277153
|
![]() |
Gitana 4.0 / Content Engine / Content Models / Default PathsOptimize your content organization with dynamic paths and templates in Cloud CMS. Save documents in intuitive, SEO-friendly directories.
Score: 0.96277153
|
![]() |
Users, Identities and SSO with Cloud CMSOne of the really interesting use cases for Cloud CMS is that of maintaining users across multiple domains while having those users share a common identity context. A common identity context allows an authentication session to transition seamlessly (via an authentication swap) from one user to the next. It also allows for properties (such as username, email, password or other custom user properties) to automatically synchronize across all of the user identities that are part of the context. Here
Score: 0.96277153
|
![]() |
GitanaExplore Cloud CMS, the API-first content management platform for creating, managing, and publishing web and mobile content with ease.
Score: 0.9520408
|
![]() |
Gitana 3.2 / Guide / Guide / Branches / ActionsConfigure automated actions for release events with JSON settings. Supports Send Email and Web Hook with variables like releaseId and branchId.
Score: 0.93742687
|
![]() |
Recommended Cloud CMS architectureIn general, we recommend a three-tier architecture (browser -> app server -> API) for any applications you build. This would be our recommendation whether you're using Cloud CMS or anyone else. There are a few good reasons: The browser is an insecure runtime. Exposing any API keys within the browser is a very big security hole. Even exposing credentials within the browser (such as within a cookie) for the sake of working around this is also not recommended since hackers can siphon off the creden
Score: 0.93742687
|
![]() |
Gitana 3.2 / Guide / Guide / Actions / Send EmailSend personalized emails with configurable templates using various providers. Simplify email sending by customizing recipients, subjects, and body content.
Score: 0.93084365
|
![]() |
Gitana 4.0 / Content Engine / Behaviors / Actions / Send Email'Streamline email delivery with configurable sending options. Set providers, recipients, and content templates easily for tailored communication.'
Score: 0.93084365
|
![]() |
Setup a Next.JS Static Site using Cloud CMSThe web application ecosystem has improved leaps and bounds over the years, and its never been easier to make high performance static/hybrid sites quickly and using good development practices. And its just as easy to get these sites going using Cloud CMS as a datasource! Below you'll find a quick guide to get you started using Next.JS with Cloud CMS to setup a simple bookstore website, and some highlights from the code. Getting Started First, you'll need to have a Cloud CMS account and Sample pr
Score: 0.93084365
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript (Legacy) Cookbook'Discover the comprehensive JavaScript (Legacy) Cookbook for connecting to Gitana, asynchronous API calls, node creation, and advanced queries.'
Score: 0.9285465
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Node.js CookbookOptimize your Node.js applications with Cloud CMS. Learn to connect, chain API calls, and query nodes for efficient data management.
Score: 0.9285465
|
![]() |
Gitana 4.0 / Developers / Cookbooks / JavaScript (Legacy) CookbookExplore the JavaScript (Legacy) Cookbook for mastering Gitana's JavaScript driver. Learn about connecting to Gitana, asynchronous chaining, node creation, and more.
Score: 0.9285465
|
![]() |
Gitana 4.0 / Developers / Cookbooks / Node.js CookbookExplore the Node.js Cookbook for tips on connecting to Cloud CMS, handling asynchronous tasks, and creating custom nodes effortlessly.
Score: 0.9285465
|
![]() |
Gitana 3.2 / Guide / Guide / Bulk Import / FilesEffortlessly import and manage diverse content types in Cloud CMS using the Bulk Import tool and cloudcms-packager for seamless repository integration.
Score: 0.9212374
|
![]() |
Gitana 4.0 / Developers / Frameworks / cURLLearn how to use cURL for API calls and connectivity with Cloud CMS, plus access key management and example scripts.
Score: 0.9212374
|
![]() |
Gitana 4.0 / Content Engine / Bulk Import / FilesEffortlessly import and manage diverse file types in Cloud CMS with our powerful Bulk Import tool and cloudcms-packager module.
Score: 0.9212374
|
![]() |
How to monitor API traffic from a node js appIt 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: 0.9212374
|
![]() |
Definitions for Date formatOur definitions are based on JSON schema and, as such, the default is to use strings for dates. The date controls in our forms engine let you customize the format string so that you can store ISO 8601 or other formats (perhaps simplified formats) as per your preference. The advantage here is simplicity with these controls and compatibility with JSON schema. The disadvantage is that MongoDB provides a lot of very powerful capabilities for range query and sorting that do not play as nicely with th
Score: 0.9212374
|
![]() |
Build your prototype website in 10 easy stepsGetting 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: 0.9212374
|