Skip to content

A simple example of a Java EE web application using Shiro for authentication and authorization.

Notifications You must be signed in to change notification settings

marcocrowe/java-ee-shiro-web-example.jsp

Repository files navigation

Java EE Shiro Web example (JSP)

A simple example of a Java EE web application using Shiro for authentication and authorization.

Requirements

How to Run

  1. Clone the repository

    git clone https://github.com/markcrowe-com/java-ee-shiro-web-example.jsp.git
  2. Deploy the project to Apache Tomcat Server

    Build and package the project and deploy to an Apache Tomcat 9.x

    For IntelliJ IDEA users a run Configuration is included in the project to deploy to a Tomcat Server named Tomcat 9

Features

  • Shiro for authentication and authorization
  • Hashed passwords
  • Salted passwords
  • User forgotten password feature
  • User Password reset
  • User registration

Tools Used


Copyright © 2022 Mark Crowe https://github.com/markcrowe-com. All rights reserved.