Web applications

Hello!

I know that AppStudio is not focussed on building web sites…

But simple web pages are very easy to implement using AppStudio.

I just wonder if there is a best practice or so to secure a web page, implement a login site and so…

I would like to save passwords to a databse - but do not know how to do so in a “secure” way…

Maybe some one has a (small) hint…

Best wishes and have a nice day,

Olaf

Heyho!

As the main focus lies on Mobile and Desktop I would say:

I will give it a try and see if I get it running or not.

So - I think better not spend time in this forum on a topic that is not on focus…

Anyway:

Thanks a lot to everybody having read my topic… :slight_smile:

Best wishes,

Olaf

Yes, AppStudio can be used to create websites. On the AppStudio site, the Choose your Plan page is an AppStudio app. I’m sure lots of people have done similar things.

Managing passwords securely is not trivial. It might be good to offload this task to a service which can properly implement all the needed security. We used Auth0 for VoltBuilder - there are other services as well.

1 Like

George!

Thank you very much!!!

I will have a look at Auth0.

Hope to get it running… :wink:

Best wishes,

Olaf

Hello!

Still “struggling” to implement it, but Auth0 seems to be a damn good solution for implementing a login page etc.

If I get it working I will post the code here…

Cheers!