Hello Team,
I’ve been following the two-factor-auth example, and despite a seeming lack of documentation, I got most working by comparing the demo app’s build.gradle and settings.gradle files with those in my test app. However, there isn’t any mention of the additional web-toolkit module, and how to create it and add dependencies. It actually didn’t mention how to add the vaadin and authentication add-ons either, which is always disappointing. It would be great for the community if the steps to add these were included. Regardless…
I’m hitting an issue where the QR codes aren’t being generated, and an error replaces it. For lack of documentation, I’m not quite sure what I need to do. I receive the following error when click on the “Enable/Regenerate” button in the settings screen extension:
There’re just no directives regarding how to include this properly. I’m sorry if this is a base-level question, but I’m really trying to understand the process of setting this up properly, without having to manually edit the .gradle files.
I’m including what I’ve been able to create as a sample project. I’m really hoping someone can help me understand how to implement the dependencies and where to do so. I’m moreso hoping to get instructions of how to get the web-toolkit module functioning correctly.
twofactor.zip (102.1 KB)
I thank you very much in advance,
Adam