Allow to configure a parameterized/templated url in the go-to-url after a voter logins, where one of the possible template variables is the list of children election ids in which the voter can vote.
Rationale
Right now there's an (undocumented) manner to let a voter know that they are part of the census and their credentials work without yet allowing them to vote: the go-to-url url in iam's authentication-action. However, the website in that url doesn't get any information about the voter attributes, and EPI wants to show in which children elections the voter can vote.
Parent issue: https://github.com/sequentech/meta/issues/61
Parent tracking issue: https://github.com/sequentech/meta/issues/61
New feature
Allow to configure a parameterized/templated url in the go-to-url after a voter logins, where one of the possible template variables is the list of children election ids in which the voter can vote.
Rationale
Right now there's an (undocumented) manner to let a voter know that they are part of the census and their credentials work without yet allowing them to vote: the
go-to-url
url in iam'sauthentication-action
. However, the website in that url doesn't get any information about the voter attributes, and EPI wants to show in which children elections the voter can vote.