feat: added getEmailVerified() and isEmailTrustworthy()#132
Merged
shadowhand merged 1 commit intoDec 15, 2025
Merged
Conversation
shadowhand
requested changes
Dec 15, 2025
dt-thomas-durand
force-pushed
the
feat/email-verified-or-trustworthy
branch
from
December 15, 2025 11:27
5982cd6 to
979d50b
Compare
shadowhand
approved these changes
Dec 15, 2025
Member
|
@dt-thomas-durand will you please rebase? I just corrected the CodeCov configuration, which should allow the |
…le documentation See relevant documentation https://developers.google.com/identity/gsi/web/guides/verify-google-id-token
dt-thomas-durand
force-pushed
the
feat/email-verified-or-trustworthy
branch
from
December 15, 2025 12:15
412a05c to
bd0a3d1
Compare
Contributor
Author
I just did! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #132 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 34 40 +6
===========================================
Files 3 3
Lines 71 82 +11
===========================================
+ Hits 71 82 +11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
✅ tests are good, thank you! |
Contributor
Author
Pleasure is mine! |
Member
|
Released in version 4.1.0. |
Contributor
Author
Damn, you're Lucky Luke of the open source! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on Google documentation, we can expose if the email was verified, but also some logic to know if the email can be used for authentication purposes, or not.
See relevant documentation https://developers.google.com/identity/gsi/web/guides/verify-google-id-token