Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS Cognito as Django authentication back-end

Does it make sense to attempt to use AWS Cognito as a Django authentication back-end? What would be the advantages of doing so? What would be some challenges / problem areas?

Has anyone done any work in this direction?

like image 213
Jordan Dimov Avatar asked Sep 11 '15 10:09

Jordan Dimov


1 Answers

It depends a bit on what your goal is for it as a back end. Cognito Identity doesn't currently manage users or user registration...etc. It leverages public providers (e.g. Twitter, Facebook, Digits, Google, Amazon...etc.) to get AWS credentials to access other AWS resources.

What were you hoping to do with this backend?

EDIT: As is commented below, the new Cognito User Pools feature allows this to happen.

like image 125
Jeff Bailey Avatar answered Sep 23 '22 16:09

Jeff Bailey