Added CORS, added specific type for token in AuthToken.cs, added login page to blazor client
This commit is contained in:
		| @@ -1,10 +0,0 @@ | ||||
| using Domains.Users; | ||||
|  | ||||
| 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