How can I submit and validate my webapp when it requires login which use MySQL?

How can I submit and validate my webapp when it requires login which use MySQL?

Imagen de amirali shahinpour
Hello, I have a web application that uses MySQL for login and also for search and other stuff. how can I submit App? any help please? Thanks
publicaciones de 2 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de Arnaud Delcasse

Hi,

How is your webapp working ?
If it is an online-only app, you can use an iframe to run your remote code from the app.

If it is a local application using remote APIs, you can use remote authentification protocols like OAuth and manage authentification from your webserver when the app runs locally, and publish APIs to access your search (and any) requests.

Best Regards.

A. Delcasse

Inicie sesión para dejar un comentario.