Skip to content

authenticate server requests #2

@robertrv

Description

@robertrv

now requests are totally unsecure, we should add some kind of authentication and probably a ssl layer.

An option is to use a token, this could be like:

  • Restrict use of jnlp to certain hours, should be accessible just from the start to the end time in the reservation.
    • Identify the user with the corresponding user who has downloaded current application, probably adding some kind of token on the jnlp
    • With this token ask the server if is able to start vnc with the current device.
    • With this token also ask when we should stop viewing the device. Maybe ask the user that is going to finish, maybe some thread which ask to the server if is still allowed current execution.
    • Restrict all the commands using this token: battery, restart, upload, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions