2017년 4월 19일 수요일

store login and password in webviewer


I have a very simple App who call a webpage (webviewer) under a screen 2
This webpage ask for login and password.
Each time you lunch the app log and pass are not save (like on Chrome, ie, firefox...)

How can I ask to webviewer to save data?

--
create your own login screen, store user and password in TinyDB and use this method to login


-- 
Thanks but login and password are already stored in the website sql database.
Does not seems that you method will communicate with website server. Does it ?

--

Does not seems that you method will communicate with website server. Does it ?
no, that method will use user and password, which could have been entered in 2 textboxes in your app and will then do the login using the webviewer together with that webpage
the webviewer itself can't store passwords

-- 
Thanks Taifun. Can I contact you by mail?

--
I need to make an app with a connect button who redirect  (screen 2 in a webviewer) to the member login page of the website.
Login and password are stored in the sql database website server.

How can I do for user do not have to refill log and pass each time?

Very thanks

--
As Taifun suggested...  Create a Login text box and a password box in your app. Store the LoginTxt and Password in your app (TinyDB) and then inject them into your website for login.  You can even press the Login button on your website...  Follow the example in the link Taifun provided.  The LoginText and Password in your app will need to match your website login credentials

-- 
login only once in the app and store user and password in TinyDB, then use the already mentioned solution https://puravidaapps.com/inject.php
on all further runs of the app read user and password from TinyDB and login automatically using the already mentioned solution https://puravidaapps.com/inject.php

-- 
Thanks for your time spend on this project.
I try to reproduce Taifun inject.php tutorial.
I can't find to purple tool to inject value : Call/inject/id/value
-- 
I follow your tutorial and actually user is save !
But unfortunably password not

I copy/past yours codes
Do i miss something?

-- 
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

-- 
refer: search for store login and password in webviewer

--

댓글 없음:

댓글 쓰기