Open alraies opened 1 year ago
I use ABP DDD With Flutter so I can't use the API without a token. my ABP version 6.0.2
You can use attribute [AllowAnonymous] as :
[AllowAnonymous]
public Task<AuthorDto> GetAsync(Guid id)
{
...
}
I use ABP DDD With Flutter so I can't use the API without a token. my ABP version 6.0.2