commit
parent
57fbe09d
No related branches found
No related tags found
Showing
- Tsi1.Api/Tsi1.Api/Controllers/UserController.cs 113 additions, 7 deletionsTsi1.Api/Tsi1.Api/Controllers/UserController.cs
- Tsi1.Api/Tsi1.Api/Infrastructure/IJwtAuthManager.cs 3 additions, 0 deletionsTsi1.Api/Tsi1.Api/Infrastructure/IJwtAuthManager.cs
- Tsi1.Api/Tsi1.Api/Infrastructure/JwtAuthManager.cs 32 additions, 0 deletionsTsi1.Api/Tsi1.Api/Infrastructure/JwtAuthManager.cs
- Tsi1.Api/Tsi1.Api/Infrastructure/JwtTokenConfig.cs 1 addition, 9 deletionsTsi1.Api/Tsi1.Api/Infrastructure/JwtTokenConfig.cs
- Tsi1.Api/Tsi1.Api/Infrastructure/JwtVerificationCodeCache.cs 41 additions, 0 deletionsTsi1.Api/Tsi1.Api/Infrastructure/JwtVerificationCodeCache.cs
- Tsi1.Api/Tsi1.Api/Models/LoginRequest.cs 1 addition, 1 deletionTsi1.Api/Tsi1.Api/Models/LoginRequest.cs
- Tsi1.Api/Tsi1.Api/Models/VerificationCode.cs 14 additions, 0 deletionsTsi1.Api/Tsi1.Api/Models/VerificationCode.cs
- Tsi1.Api/Tsi1.Api/Startup.cs 11 additions, 8 deletionsTsi1.Api/Tsi1.Api/Startup.cs
- Tsi1.Api/Tsi1.Api/appsettings.json 7 additions, 6 deletionsTsi1.Api/Tsi1.Api/appsettings.json
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/RestorePasswordDto.cs 11 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/RestorePasswordDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IEmailService.cs 2 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/IEmailService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IUserService.cs 4 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/IUserService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/EmailService.cs 14 additions, 1 deletionTsi1.Api/Tsi1.BusinessLayer/Services/EmailService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/UserService.cs 56 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/UserService.cs
Tsi1.Api/Tsi1.Api/Models/VerificationCode.cs
0 → 100644
Please register or sign in to comment