Commit 343900a
committed
Update NuGet packages and refactor QR code generation
Updated NuGet packages in `TwoFactorAuthenticationSample.DataAccessLayer.csproj` and `TwoFactorAuthenticationSample.csproj` to newer versions, including `Microsoft.AspNetCore.DataProtection.EntityFrameworkCore`, `Microsoft.AspNetCore.Identity.EntityFrameworkCore`, `Microsoft.EntityFrameworkCore.SqlServer`, `Microsoft.AspNetCore.OpenApi`, `Microsoft.EntityFrameworkCore.Tools`, `QRCoder`, `SimpleAuthenticationTools`, `SimpleAuthenticationTools.Swashbuckle`, `TinyHelpers.AspNetCore`, and `TinyHelpers.AspNetCore.Swashbuckle`.
Refactored QR code generation in `Program.cs` to use `PayloadGenerator.OneTimePassword` for encapsulating data, improving code clarity and maintainability.1 parent 153cb11 commit 343900a
3 files changed
Lines changed: 17 additions & 12 deletions
File tree
- TwoFactorAuthenticationSample.DataAccessLayer
- TwoFactorAuthenticationSample
TwoFactorAuthenticationSample.DataAccessLayer/TwoFactorAuthenticationSample.DataAccessLayer.csproj
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
134 | 139 | | |
135 | 140 | | |
136 | | - | |
| 141 | + | |
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments