Prysm Web UI Auth Workflow ```flow st=>start: user enters validator --web into cli e=>end: Authenticated into Dashboard op=>operation: validator generates unique token/url for user in cli op2=>operation: user loads unique url in cond=>condition: Yes or No? st->op->op2->cond cond(yes)->e cond(no)->op2 ```