spiralhouse / grobot

A Groovy-based remote execution framwork
0 stars 1 forks source link

Replace in-memory users with a better model #26

Open johnburbridge opened 11 years ago

johnburbridge commented 11 years ago

As a grobot administrator, I would like to be able to manage users of the grobot server in a more scalable way. Currently the user/passwords are coming from a hardcoded implementation in SecurityConfig.java, which was done just to get some basic authentication going.