ipeterov / convenient-rpc

Convenient APIs for calling python functions remotely at many workers.
MIT License
0 stars 0 forks source link

Add authentification #3

Open ipeterov opened 8 years ago

ipeterov commented 8 years ago

From @ipeterov on April 18, 2016 22:3

Now basically anyone can get tasks and submit any answers they want. I want behaviour where only workers can get tasks and submit answers.

Copied from original issue: ipeterov/task-server#1

ipeterov commented 8 years ago

We probably need authentification both for workers and users.

ipeterov commented 8 years ago

Basic HTTP auth probably will do: http://flask.pocoo.org/snippets/8/

ipeterov commented 8 years ago

To be able to securely use it, we'll have to be using https.