Skip to content

Commit

Permalink
remove action
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiesinger committed Sep 21, 2023
1 parent 345db71 commit f369a47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proposals/idp-sign-in-status-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ We could instead or in addition have allowed notifying the user agent of
individual accounts being logged in/out, such as:

```
SignIn-Status: action=signin; count=2; type=idp
SignIn-Status: action=signout; new-count=1; type=idp
SignIn-Status: signin; count=2; type=idp
SignIn-Status: signout; new-count=1; type=idp
```

Or

```
SignIn-Status: action=signin; [email protected]; type=idp
SignIn-Status: action=signout; [email protected]; type=idp
SignIn-Status: signin; [email protected]; type=idp
SignIn-Status: signout; [email protected]; type=idp
```

However, we decided to go with the simpler syntax because we do not currently
Expand Down

0 comments on commit f369a47

Please sign in to comment.