Hi, I have an issue in regards with authorization bearer... seems not 
working at all...
When I use the token generated from JWT from asp.net core 2.0 in the 
authorization it seems not working at all when entering Bearer <token> on 
the textbox.
Here is my code below:

```
swagg.AddSecurityDefinition("Bearer", new ApiKeyScheme
                {
                    Description = "Desc here",
                    Name = "Authorization",
                    In = "header",
                    Type = "apiKey"
                }); 
```

I don't know what I missed but on most tutorial this is how it implements.  
Any idea? thanks! 

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to