pixelated / pixelated-user-agent

User facing components of Pixelated: a JavaScript single page app and a RESTful service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retrieve webapp admins

tuliocasagrande opened this issue · comments

To be able to find who the recovery admins will be, we need to capture the sysadmins from the webapp. We should retrieve that email when sending the recovery codes.

Acceptance Criteria

When I setup a sysadmin in the configurations file, I should be able to retrieve that email during the backup account process.

In Scope

  • Creating an endpoint in the webapp that displays the recovery admins (with proper authentication)
  • Creating the appropriate authentication handling in the bonafide client
  • Calling this method from the UA in the backup account flow (before sending the email -- still to be implemented)
  • Error treatment

Out of Scope

  • Sending the email to the admins

Depends on

--

@azul, we'd love your input here as to whether this is the best approach!