We will need to pass the source field to the keyserver to distinguish between different log-in scenarios (task).
This diff adds this field to the strict interface but allows an undefined source (which will happens on logging from the login form).
A proper type for login from form will be added later on and this field will become mandatory.
Details
Details
- Modify the code to pass the source field.
- Check if validation pass for both undefined (e.g. login from form) and defined source (e.g. cookie expired).
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I think the LogInRequest type should've also been updated, but that can be done in a later diff.