Commit 7507822
feat: fetch email from snapchat oauth provider if available for consistency (#2110)
## What kind of change does this PR introduce?
This is an update to the existing Snapchat OAuth provider, which was
previously not capable of Email field. Now if Email field is present in
the response, it is handled accordingly
## What is the current behavior?
Current behaviour is that Email field is never handled in the Snapchat
provider
## What is the new behavior?
New behaviour is that if Email is present in the response - it is set to
claims accordingly
Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>1 parent 9a61dae commit 7507822
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
97 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
98 | 105 | | |
99 | 106 | | |
100 | 107 | | |
| |||
0 commit comments