Commit 3fba1cb
committed
Replace SignInManager and update app version
Replaced the default SignInManager with a custom AuditSignInManager in `DependencyInjection.cs` to enable auditing functionality. Removed the `services.Configure<IdentityOptions>` block, which previously configured identity options.
Updated the `Version` field in `appsettings.json` from `1.3.21` to `1.3.26` to reflect the new application version.1 parent bf256eb commit 3fba1cb
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
218 | 225 | | |
219 | | - | |
220 | 226 | | |
221 | 227 | | |
222 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments