Fix auth for admin
For now, the admin interface can be used using a JWT token (@authenticated decorator) which makes it not really simple to use.
To help with issue #5 (closed) , we should allow to connect to it through a HTTP auth for instance, instead of waiting for a JWT.