Front-End Web & Mobile

Bob Kinney

Author: Bob Kinney

Understanding Amazon Cognito Authentication Part 4: Enhanced Flow

Amazon Cognito helps you create unique identifiers for your end users that are kept consistent across devices and platforms. Amazon Cognito also delivers temporary, limited-privilege credentials to your application to access AWS resources. In previous posts (Part 1, Part 2, and Part 3), I covered several aspects of Amazon Cognito authentication flow. In this post, […]

Announcing Twitter and Digits Support for Amazon Cognito

When Amazon Cognito was first launched, we included support for Facebook, Google, Login with Amazon, as well as unauthenticated identities. In response to customer requests, we added OpenID Connect support as well as developer authenticated identities to enable developers to extend Amazon Cognito to support any aribitrary provider. Even though it was possible to add […]

Announcing Amazon Cognito Streams

On 1/20 we released a feature that gives developers, utilizing their credentials, full API access to the sync store to read and write user profile data as well as a data browser inside the Amazon Cognito console. Today we are excited to announce a new feature that gives customers even greater control and insight into […]

Understanding Amazon Cognito Authentication Part 3: Roles and Policies

Amazon Cognito helps you create unique identifiers for your end users that are kept consistent across devices and platforms. Cognito also delivers temporary, limited-privilege credentials to your application to access AWS resources. In previous posts (Part 1, Part 2), I covered the basics of Cognito’s authentication flow. In this post, I want to focus on […]

Understanding Amazon Cognito Authentication Part 2: Developer Authenticated Identities

Amazon Cognito helps you create unique identifiers for your end users that are kept consistent across devices and platforms. Cognito also delivers temporary, limited-privilege credentials to your application to access AWS resources. In a previous post, I covered the basics of Cognito’s authentication flow. In this post, I will show the differences in that flow […]

Understanding Amazon Cognito Authentication

Amazon Cognito helps you create unique identifiers for your end users that are kept consistent across devices and platforms. Cognito also delivers temporary, limited-privilege credentials to your application to access AWS resources. Today, I’m going to cover the basics of how authentication in Cognito works and explain the life cycle of an identity inside your […]

DynamoDB on Mobile – Part 6: Global Secondary Indexes

Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. In Part 4 of our series, […]

DynamoDB on Mobile – Part 5: Fine-Grained Access Control

In previous posts in this series (Parts 1, 2, 3, and 4), we discussed how we can read from and write to an Amazon DynamoDB table using the AWS Mobile SDKs. In this post, we will discuss one way we can secure the data accessible from individual mobile devices. A User Data Table Revisited In […]

AWS re:Invent 2013 Wrap-up

As we prepare for the holiday season, we wanted to reflect on our recent trip to Las Vegas, NV for re:Invent 2013. We really enjoyed meeting and speaking with customers about mobile development and AWS in the Developer Lounge as well as after our talks. If you weren’t able to make it to Las Vegas […]

Amazon DynamoDB on Mobile – Part 4: Local Secondary Indexes

Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. In our previous posts (Part 1, […]