Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information