I tried different ways to import "https://github.com/OhadR/Authentication-Flows" project into eclipse, but none of the import type is working.
It will be of great help if you can guide me with the same.
Thanks, Harika
I tried different ways to import "https://github.com/OhadR/Authentication-Flows" project into eclipse, but none of the import type is working.
It will be of great help if you can guide me with the same.
Thanks, Harika
Copyright © 2021 Jogjafile Inc.
"Authentication-Flows" is a maven project. After you clone it, you will find pom.xml in the root directory (Authentication-Flows/client).
If you want to import it to Eclipse, click File -> Import... -> Maven -> Existing Maven Project.
HTH