Handles authentication of users
To use the project, follow the next steps:
-
Install the following maven projects before starting: modelstorage (https://github.com/marshhxx/modelstorage)
-
Download sources for AuthenticationHandler from git repository: git pull https://github.com/haretche2/autenticationhandler
-
To add a dependency to AuthenticationHandler on another project:
3.1) Run in command line, where the sources have been downloaded: mvn clean install
3.2) Add dependency to pom.xml, in dependencies copy: autenticationhandler autenticationhandler 1.0-SNAPSHOT
-
To use the jar in another context run "mvn clean install" the correspondent file will be generated under ./target folder
Note: When used, make sure that the libraries which scope is “provided” in the dependencies are available, and that those that are not provided and are included with the file do not create conflicts with already loaded libraries.