-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from MahdiyarGHD/develop
Deimplement token generation and Identity services
- Loading branch information
Showing
10 changed files
with
173 additions
and
1,215 deletions.
There are no files selected for viewing
800 changes: 95 additions & 705 deletions
800
...ationsMicroservice.Clients/Connected Services/AuthenticationsGeneratedServices/OpenAPI.cs
Large diffs are not rendered by default.
Oops, something went wrong.
359 changes: 53 additions & 306 deletions
359
...croservice.Clients/Connected Services/AuthenticationsGeneratedServices/OpenAPI.nswag.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<Platforms>AnyCPU;x64;x86</Platforms> | ||
<Authors>EasyMicroservices</Authors> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>0.0.0.10</Version> | ||
<Version>0.0.0.13</Version> | ||
<Description>client generated code.</Description> | ||
<Copyright>[email protected]</Copyright> | ||
<PackageTags>microservice,auth,authentication,client</PackageTags> | ||
|
13 changes: 13 additions & 0 deletions
13
...AuthenticationsMicroservice.Domain/Contracts/Requests/GetUserByUserNameRequestContract.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace EasyMicroservices.AuthenticationsMicroservice.Contracts.Requests | ||
{ | ||
public class GetUserByUserNameRequestContract | ||
{ | ||
public string Username { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
src/CSharp/EasyMicroservices.AuthenticationsMicroservice.Logics/Interfaces/IJWTManager.cs
This file was deleted.
Oops, something went wrong.
89 changes: 0 additions & 89 deletions
89
src/CSharp/EasyMicroservices.AuthenticationsMicroservice.Services/JWTManager.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters