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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Java 100.0%