lhazlewood / apache-shiro-tutorial-webapp

A step-by-step tutorial showing how to secure a web app with Apache Shiro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Without Stormpath?

aadrian opened this issue · comments

Hi,

Is it possible to use the Shiro Tutorial and the corresponding example without Stormpath?

Thank you.

Absolutely, go take a look at some of the other example applications:
https://github.com/apache/shiro/tree/1.3.x/samples/web/

The realm is very pluggable (you could use a database, LDAP, crowd, etc)