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
Auto merge of #12587 - arlosi:paseto-logout, r=epage
Improve logout message for asymmetric tokens
When doing `cargo logout` with an asymmetric token, it currently always succeeds with no message printed.
This changes the `cargo:paseto` provider to match the other providers and respond with `NotFound` if the user is not logged in. It also adds a message to indicate that the token was successfully removed (if it existed).
0 commit comments