Commit 11e724e
Added ExchangeCodeAsync method for Untappd (#530)
* Added ExchangeCodeAsync Method.
Fix for the JSON structure.
Changed bundle.json for the tests.
* Update src/AspNet.Security.OAuth.Untappd/UntappdAuthenticationHandler.cs
Newer initializer syntax as per suggestion
Co-authored-by: Martin Costello <martin@martincostello.com>
* Update src/AspNet.Security.OAuth.Untappd/UntappdAuthenticationHandler.cs
add using as per suggestion
Co-authored-by: Martin Costello <martin@martincostello.com>
* Update src/AspNet.Security.OAuth.Untappd/UntappdAuthenticationHandler.cs
add using as per suggestion
Co-authored-by: Martin Costello <martin@martincostello.com>
* Changed ParseQueryString to QueryHelpers
* Adapted to failure handling pattern
* indentation
* Fixed test
* Apply suggestions from code review
Minor formatting changes.
Co-authored-by: Martin Costello <martin@martincostello.com>1 parent 9e1fef4 commit 11e724e
File tree
2 files changed
+83
-12
lines changed- src/AspNet.Security.OAuth.Untappd
- test/AspNet.Security.OAuth.Providers.Tests/Untappd
2 files changed
+83
-12
lines changedLines changed: 60 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
32 | 89 | | |
33 | 90 | | |
34 | 91 | | |
| |||
54 | 111 | | |
55 | 112 | | |
56 | 113 | | |
57 | | - | |
| 114 | + | |
| 115 | + | |
58 | 116 | | |
59 | 117 | | |
60 | 118 | | |
| |||
Lines changed: 23 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
15 | 26 | | |
16 | 27 | | |
17 | 28 | | |
18 | 29 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
27 | 40 | | |
28 | | - | |
29 | | - | |
| 41 | + | |
| 42 | + | |
30 | 43 | | |
31 | 44 | | |
0 commit comments