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
cmd/cue: test storing access token expiry in login
`cue login` did this correctly, but our test oauth2 server provided
an "expiry" JSON field rather than the "expires_in" field which
the oauth2 spec mandates for the wire format.
Left another TODO as we don't store the timestamp in UTC at rest.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I453a2690cdf742162510a7b571092f3a853524a5
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1202035
Reviewed-by: Roger Peppe <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
0 commit comments