authentication - Chrome Packaged App: Auto-login user into webview -


i have chrome packaged app users login our app email , password , auth token our servers.

we later open webview our website in webview. best way auto-login user our website inside webview?

i thinking pass along auth token via url in webview, isn't secure method. there other ways pass info webview via chrome app?

why url method insecure? concerned vs post? if so, should using https anyway. embedder-to-webview part secure.

other approaches executescript token webview, or postmessage in ether direction.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -