Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

VIM-6400: Updates privacy model for internal use#265

Merged
jasonhawkins merged 2 commits intodevelopfrom
vim-6400-update-privacy-model
Sep 13, 2018
Merged

VIM-6400: Updates privacy model for internal use#265
jasonhawkins merged 2 commits intodevelopfrom
vim-6400-update-privacy-model

Conversation

@jasonhawkins
Copy link
Copy Markdown
Contributor

VIM-6400

Ticket

VIM-6400

Pull Request Checklist

  • Resolved any merge conflicts
  • No build errors or warnings are introduced
  • New files are written in Swift
  • New classes contain license headers
  • New classes have Documentation
  • New public methods have Documentation

Ticket Summary

Update the VIMPrivacy object to add support for a bypass token, allow a user to securely view password-protected videos after they have been authenticated.

Implementation Summary

Added the new bypassToken property and the appropriate mapping.

How to Test

Should be tested in the context of the client PR (internal only).

return @{@"add": @"canAdd",
@"download" : @"canDownload"};
@"download" : @"canDownload",
@"_bypass_token" : @"bypassToken"};
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌟 🌟 🌟

Copy link
Copy Markdown
Contributor

@jenniferlim jenniferlim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasonhawkins - 🚀.

@jasonhawkins jasonhawkins merged commit 00ac8ef into develop Sep 13, 2018
@jasonhawkins jasonhawkins deleted the vim-6400-update-privacy-model branch September 13, 2018 20:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants