JWt Auth package,
this package contains all widgets and classes related to JWt's authentication module.
This module is packaged as a seperate jar and has several external dependencies:
- Google gson (http://code.google.com/p/google-gson/)
- Apache HttpClient (http://hc.apache.org/httpcomponents-client-ga/)
- JavaMail API (http://www.oracle.com/technetwork/java/javamail/index.html)
- vtpassword (http://code.google.com/p/vt-middleware/wiki/vtpassword)
- a JPA implementation, e.g. Hibernate (http://www.hibernate.org/), this only required when using the JPA {@link eu.webtoolkit.jwt.auth.jpa.UserDatabase}
All dependencies are included in the JWt distribution's lib directory.
Please consult the auth1 feature example (examples/feature/auth1), this example demonstrates how to use the Auth API and how to include the correct dependencies. The example also uses the {@link eu.webtoolkit.jwt.auth.jpa.UserDatabase} with Hibernate as the JPA implementation.