convex custom auth with aws cognito
Hi i m building a mobile app when i will need authenticated users to read from an s3 bucket, should i implement aws cognito as a custom authentication for convex or there is better approach
4 Replies
Any chance you could use Convex file storage or does it specifically need to be S3
it need specifically s3 storage because in this s3 there are videos that has gone through AWS Elemental MediaConvert for conversion
Congnito as a convex custom auth is probably the way to go
i will try to implement it thank you