Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ephemeral flag to identity token proto #8

Merged
merged 3 commits into from
Aug 2, 2022
Merged

Conversation

miselin
Copy link
Contributor

@miselin miselin commented Aug 2, 2022

We're adding an ephemeral flag so update the proto here to provide it to library users.

@miselin miselin requested a review from lhchavez August 2, 2022 01:11
go.sum Outdated
@@ -2,6 +2,8 @@ github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da h1:KjTM2ks9d14ZYCvmH
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da/go.mod h1:eHEWzANqSiWQsof+nXEI9bUVUyV6F53Fp89EuCh2EAA=
github.com/aead/chacha20poly1305 v0.0.0-20170617001512-233f39982aeb h1:6Z/wqhPFZ7y5ksCEV/V5MXOazLaeu/EW97CU5rz8NWk=
github.com/aead/chacha20poly1305 v0.0.0-20170617001512-233f39982aeb/go.mod h1:UzH9IX1MMqOcwhoNOIjmTQeAxrFgzs50j4golQtXXxU=
github.com/aead/chacha20poly1305 v0.0.0-20201124145622-1a5aba2a8b29 h1:1DcvRPZOdbQRg5nAHt2jrc5QbV0AGuhDdfQI6gXjiFE=
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these mod changes look sus.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yes, smol mixup from getting protoc updated on my machine. will remove!

@codecov
Copy link

codecov bot commented Aug 2, 2022

Codecov Report

Merging #8 (79220ed) into main (4841df6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #8   +/-   ##
=======================================
  Coverage   47.86%   47.86%           
=======================================
  Files           5        5           
  Lines         351      351           
=======================================
  Hits          168      168           
  Misses        148      148           
  Partials       35       35           

Help us with your feedback. Take ten seconds to tell us how you rate us.

@miselin miselin merged commit 80d43d2 into main Aug 2, 2022
@miselin miselin deleted the mi-ephemeral-flag branch August 2, 2022 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants