Open tomb50 opened 9 years ago
@tomb50 these demos are woefully out of date. They need to be updated to the latest released version
@dilipkrish Ahh okay, thanks for confirming.
The demos should be uptodate as of 2.3.1 atleast
Hi @dilipkrish , i need basic authentication using springfox. here iam not able to find proper code for that .i am completly new to swagger just i need a code which works with basic authentication.
any help ?
There isn't one right now. However, you could try using jhipster to generate a project that helps.
Hi,
Are the security schemes working on these test apps? I can see that the user docket has only read only access and is set to Basic Auth, so shouldn't a user be prevented from invoking the POST createUser endpoint?
I have run boot-swagger & spring-java and on each demo was able to create and delete users.
Thanks Tom