Using eKaay, a user of a Drupal website can log into his/her account by scanning a QR code on the PC screen with his/her smartphone. eKaay is just an additional access, i.e. the password access is kept.
Why should a user of a Drupal website use eKaay?
he/she doesn't need to memorize username and password anymore,
he/she doesn't need to type the password into foreign PC's anymore,
he/she can login everywhere, on any device: PC, notebook, tablet, and - of course - on the smartphone itself,
the eKaay app is available for free for iPhones and Android smartphones.
Why should a Drupal website install eKaay?
the website can offer its users more comfort and security, see above,
7.x-2.x uses Google / Youtube API V3 and Google api php client library that requires composer to install.
7.x-1.x still uses API V2 and depends on the Zend Framework. check the readme file if you still want to use it...
Overview
This module provides a field to upload videos directly to Youtube and a fomatter to display them. It uses the Zend Framework to interface the Youtube API and implements the "browser upload method" so the video file never hits the Drupal file system. It saves storage and bandwidth and your users don't need a Youtube Account.
By this way you can use Youtube as a fully integrated solution to store and process the videos of your website!
Features
Youtube uploader field (acts as a file field, with "display" option)
Video formatter to display videos at predefined or custom size
Thumbnail formatter to display image preview of the video using an image style
Specific permission to allow users to edit video directly on youtube
link to refresh data (title and thumb) from Youtube
configure privacy, video delete on Youtube, description, category and tags on a site wide or field level
This module has been tested to work with Views and Panels module.