How do I implement user authentication in a Chrome Extension using Google App Engine as backend?

后端 未结 1 329
不思量自难忘°
不思量自难忘° 2020-12-28 11:06

This is a follow up to my previous question.

I am working on a Chrome extension http://ting-1.appspot.com/ that saves the bookmarked page to Google App Engine backe

相关标签:
1条回答
  • 2020-12-28 11:23

    Your extension needs to send the user to your app to sign in, so that the appropriate cookies will be set and your extension can authenticate as the user. The Chrome to Phone extension does this, and you can examine its source to see how.

    0 讨论(0)
提交回复
热议问题