If you'd like to help the shiro project, please consider correcting, expanding, or adding documentation where you see a need. Apache shiro is a powerful and easy to use java security framework that offers developers an intuitive yet comprehensive solution to authentication, authorization, cryptography, and session management. Your first apache shiro application if you’re new to apache shiro, this short tutorial will show you how to set up an initial and very simple application secured by apache shiro We’ll discuss shiro’s core concepts along the way to help familiarize you with shiro’s design and api. Download apache shiro apache shiro 2.0.6 is the current stable release (java 11+) To download shiro please follow the instructions below.
Want more information on what shiro can do Check out the specific features for each of shiro’s major components Authentication, authorization, session management, and cryptography. The apache shiro team is pleased to announce the release of apache shiro version 2.0.0 This is the first major release for shiro 2.x The simplest way to integrate shiro into any web application is to configure a servlet contextlistener and filter in web.xml that understands how to read shiro’s ini configuration
OPEN