Arnaud Dagnelies
Arnaud Dagnelies
...Ok, I lastly got it to work. Following annotations must be added in the spring boot application: @Import(springfox.javadoc.configuration.JavadocPluginConfiguration.class) @PropertySource("springfox.javadoc.properties") And on the way to there, I had to first use...
Anything would be good ...I didn't get it to run correctly even after having poured hours of effort into it because of missing documentation / example. Just give us "something"...
@amutsch None of the examples there cover this project. This project is about generating static swagger doc using the javadoc comments. I think everybody would be happy to see a...
+1 A command line example would be great to: - have something you can try out directly out of the box (since all web demos rely on the outdated unsupported...
Update: - no change to the debug flag after all. It's not only verbosity, it's also parsed data in results - moving `authenticator.synced` to `credential.synced` is non-trivial because it depends...
Currently, the implementation favors using the device itself as authenticator (platform) because the UI was smoother. I'm going to revert that tough in v2 because security keys are now the...
Preview of v2 is here: https://webauthn-ciy.pages.dev/
TODO: - add transports to allowCredentials - adapt response to `toJSON`
> What about users using dynamicImport to use the module via such as NestJS? I'm not familiar with NestJS, I guess it's more of declaring/configuring it accordingly there, right? The...