Re: Swagger UI to use X-Auth-Token

2017-03-09 Thread lior solodkin
flow: "implicit" Thanks. בתאריך יום חמישי, 9 במרץ 2017 בשעה 11:32:09 UTC+2, מאת lior solodkin: > > Hi, > > I would like to add an option to my Swagger UI, that the user could fill > once a token that he received, and than it will be send in the header in > each API

Swagger UI to use X-Auth-Token

2017-03-09 Thread lior solodkin
Hi, I would like to add an option to my Swagger UI, that the user could fill once a token that he received, and than it will be send in the header in each API call. I tried to use securityDefinitions, but didn't manage to get it work with X-Auth-Token. Can it work this way? If it can work what