I am working on a video streaming platform where I only want to allow premium users to access certain videos. I can store videos in CDN and save their URLs in MongoDB but that would give access to the video to everyone having that link. Is there any way to implement this in flutter based on authorization?
Asked
Active
Viewed 38 times
0
-
does your cdn support user pass authentication for each directory and provide this by API ? – mohammad Naimi Sep 02 '21 at 09:54
-
@mohammadNaimi I am currently in the planning phase. I can use any CDN which fits best in my use case. – Chetan Goyal Sep 02 '21 at 11:00