added comments
This commit is contained in:
		| @@ -2,7 +2,9 @@ | ||||
|  | ||||
| namespace ApplicationLayer.Services.AuthServices.NeededServices; | ||||
|  | ||||
| /// Generates jwt-tokens | ||||
| public interface ITokenGenerator | ||||
| { | ||||
|     /// returns jwt-token for specific user | ||||
|     string CreateToken(User user); | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user