This is critical for our use case where we're needing logged-in users to securely download cache media files to their mobile devices. Cache media files can still be downloaded through GridFS via a normal connection to the database, but this is a huge operational risk point as it requires the hardcoding of database login info and the removal of IP whitelisting.
This is critical for our use case where we're needing logged-in users to securely download cache media files to their mobile devices. Cache media files can still be downloaded through GridFS via a normal connection to the database, but this is a huge operational risk point as it requires the hardcoding of database login info and the removal of IP whitelisting.