You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add /login/status/{aid} endpoint indicates if the LAST user login status.
Note the the verifier has this authorization endpoint, which is a start but more information should be provided back through the api:
This call requires signed headers from the same ID because no other user should be able to see the login status for this AID.
The status should indicate the LAST login status such as:
If the user tries to make the call without signed headers, the error message should say they need to sign headers.
If the last login was a failure then the signed headers won't validate, so the error message should indicate that the user needs to login with a valid ECR credential.
Add /login/status/{aid} endpoint indicates if the LAST user login status.
Note the the verifier has this authorization endpoint, which is a start but more information should be provided back through the api:
This call requires signed headers from the same ID because no other user should be able to see the login status for this AID.
The status should indicate the LAST login status such as:
There should be tests for all these scenarios for this endpoint, as well as multiple calls and a mixture of calls.
The text was updated successfully, but these errors were encountered: