Category: Couchbase Lite
![OIDC Authorization Code Flow for Client Authentication in Couchbase Sync Gateway [Part 3 of 3]](https://www.couchbase.com/blog/wp-content/uploads/2021/07/openid-connect-authorization-code-flow-client-authentication-couchbase-sync-gateway-800x280.jpg)
OIDC Authorization Code Flow for Client Authentication in Couchbase Sync Gateway [Part 3 of 3]
Couchbase Sync Gateway supports OpenID Connect or OIDC-based client authentication. In this context, clients may be Couchbase Lite clients that synchronize data with Sync Gateway over the Internet using the websockets-based replication protocol or they could be web frontend or...

Couchbase Modifies License of Free Community Edition Package
As Couchbase increases its presence in the market, we have decided to modify the distribution and usage license of some of our free products. This change is necessary in order to protect the community from over-deployment of unsupported and unpatched...
![OIDC Implicit Flow for Client Authentication in Couchbase Sync Gateway [Part 2 of 3]](https://www.couchbase.com/blog/wp-content/uploads/2021/06/oidc-implicit-flow-client-authentication-authorization-couchbase-sync-gateway-800x280.jpg)
OIDC Implicit Flow for Client Authentication in Couchbase Sync Gateway [Part 2 of 3]
OpenID Connect (OIDC) is a popular client authentication mechanism supported by Couchbase Sync Gateway. In this context, clients may be Couchbase Lite clients that synchronize data with Sync Gateway over the Internet using the websockets-based replication protocol or they could...
![OAuth 2.0 & OIDC Fundamentals for Authentication & Authorization [Part 1 of 3]](https://www.couchbase.com/blog/wp-content/uploads/2021/06/feature-800x280.png)
OAuth 2.0 & OIDC Fundamentals for Authentication & Authorization [Part 1 of 3]
Developers and architects simply can’t build modern applications without running into issues of authorization and authentication. OAuth 2.0 is an industry standard for “delegated authorization” which is the ability to provide an application or client access to data or features offered...

5G and Edge Computing: The New Battleground in Database Tech
On the MongoDB earnings call last week, president and CEO Dev Ittycheria gave some huge forward guidance – he’s betting big on mobile, 5G, and edge computing. One of the killer features that we will be [releasing next year, is]...

Peer-to-Peer Database Sync with Couchbase Lite
Couchbase Lite 2.8 release announced support for out-of-the-box, enterprise-grade peer-to-peer database sync solution. The new capability allows direct sync between Couchbase Lite enabled mobile and/or non-mobile embedded apps without the need for a cloud-based control point. In this post, we...

Architect Offline-First & Couchbase Edge Computing Solutions
Release 1.0 of Couchbase for mobile was announced in 2014, making it the industry’s first NoSQL mobile database for offline first applications. Offline first is an application development paradigm that ensures that the functionality of the apps is unaffected by...

Advanced Sync with Couchbase 2.8 for Mobile and the Edge
We’re pleased to announce the General Availability (GA) of the Couchbase Lite 2.8 and Sync Gateway 2.8 platforms. This groundbreaking release introduces significant enhancements to our sync technology for disconnected and distributed cloud deployments. You can learn more about the...

Learn Couchbase Lite in 5 Minutes
Learn Couchbase Lite in 5 Minutes and follow the CRUD By Matteo Sist, Mobile Tech Lead, @MOLO17 One of the key ingredients in learning to make a great mobile app is to use a good database. So, in this article...

Couchbase Lite — In C!
Couchbase Lite has been available since 2014, targeting the iOS, Android and .NET platforms, and secondarily macOS and Windows. To that end, we’ve exposed APIs in the preferred languages of those platforms: Java, Objective-C, Swift, and C#. But surely there...