Commit c8de86d
feat(pnv): Add support for Phone Number Verification (#3101)
* feat(auth): Add support for FPNV (#3030)
* feat: add basic fpnv
* chore: resolve comments
* fix: remove unused interface
* chore: update export
* chore: linting
* chore: update export
* feat: add apidocs
* chore: resolve commnets
* chore: linting
* chore: add unit test
* chore: change test description
* chore: remove extra line
* chore: add unit test
* chore: add unit test
* chore: fix minor comments
* chore: add unit test
* chore: add unot test
* chore: update api.md
* chore: update sdk
* feat: update fpnv
* chore: update jwt spec
* chore: resolve comments
* chore: test cover Fpnv index
* chore: update test coverage
* feat: add namespace support
* fix(fpnv): validate JWT audience using project ID and improve safety checks
* rename FPNV to PhoneNumberVerification and replace getPhoneNumber() with property
* remove namspaces and ensure naming consistency
* fix api extractor
* fix tests
* address PR feedback
* PR comments
PR comments
---------
Co-authored-by: boikoa-gl <boikoa@google.com>1 parent a3faacf commit c8de86d
File tree
16 files changed
+3068
-1393
lines changed- etc
- src
- phone-number-verification
- utils
- test/unit
- phone-number-verification
- utils
16 files changed
+3068
-1393
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments