coe-google-apps-support / DriveTransfer

This web app will allow Google Drive users to transfer their files in bulk.
GNU General Public License v3.0
1 stars 0 forks source link

Pass bearer tokens with all requests #32

Open j-rewerts opened 7 years ago

j-rewerts commented 7 years ago

If the app uses SSL, it should be okay to pass authenticated tokens around.

j-rewerts commented 7 years ago

The way I will handle authenticating resources is by using the session ID that is already being passed around. A piece of middleware will ensure that the requested resource is allowed to be accessed by the requester.