- Added endpoints for sending and confirming email verification, enhancing user account security. - Integrated two-factor authentication (2FA) with TOTP support, including enabling, verifying, and disabling 2FA. - Implemented social login functionality for Google and Facebook, allowing users to authenticate using their existing accounts. - Updated dependency injection to include services for email, 2FA, and social login. - Enhanced documentation to reflect new features and usage examples for email verification and 2FA.
12 lines
525 B
Plaintext
12 lines
525 B
Plaintext
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/StorageService.API/StorageService.API.csproj" />
|
|
<Project Path="src/StorageService.Domain/StorageService.Domain.csproj" />
|
|
<Project Path="src/StorageService.Infrastructure/StorageService.Infrastructure.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/StorageService.FunctionalTests/StorageService.FunctionalTests.csproj" />
|
|
<Project Path="tests/StorageService.UnitTests/StorageService.UnitTests.csproj" />
|
|
</Folder>
|
|
</Solution>
|