We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

password protected features in verge3d

Home Forums General Questions password protected features in verge3d

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #48806
    visualizer
    Customer

    Hi
    Is it possible to provide a password protection to click based events?

    may be protect some pop ups, popup window opening on annotation clicking or otherwise to have password protected access?

    example – A Global illumination example –
    Can I restrict some click based interactions on p/w?
    it can be camera tween motion or it can be change wall colour or switch on-off light… whatever.

    Than could become a next level feature I guess.

    #48814

    Here are some insights.

    The most robust way is to implement server-side authentication, and check the user login/password against the server. Then you can allow the app to load the protected parts of your app from the server using an authenticated request.

    A simpler method is to encode the password into the app itself. But a determined user still can hack into the code and disable the protection entirely.

    Chief 3D Verger | LinkedIn | Twitter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.