Tillson
Tillson

Reputation: 530

Cognito Developer Authenticated Identities with Node

I'm trying to create a login system with Node as the backend/web service for the app, also with an iOS app. I'm trying to use Amazon Cognito to do this, but I can't figure out how to register/authenticate users from either end. The only tutorials I've been able to find use Facebook login, which don't help me.

Edit: I have unauthenticated identities working somewhat, but I'm still clueless as to the authenticated developer identities.

Upvotes: 1

Views: 761

Answers (1)

Bob Kinney
Bob Kinney

Reputation: 9040

While I understand you are looking specifically for a Node sample, we do have a full end-to-end sample with a Java backend and iOS and Android clients.

The clients also handle transition from unauthenticated to authenticated, linking multiple logins with your developer identity and more. Hopefully this will help fill the gaps you have. If not, please let us know what we can do to improve.

Upvotes: 1

Related Questions