Skip to content

Commit

Permalink
Updating integrations page
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Oct 5, 2016
1 parent 6bbb799 commit a766550
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ These integrations are supported by the Apache Shiro Development team. Want to h
* **[CAS SSO server](cas.html)** Protect your WebApp with a Jasig CAS SSO server.


##Open Source Community Integrations
## Open Source Community Integrations

* **[Stormpath User Management](http://www.stormpath.com/blog/user-management-java-web-apps-stormpath-and-apache-shiro)** from [Stormpath](http://www.stormpath.com/)
Pairing Apache Shiro with Stormpath gives you a full application security and user management system, with little to no coding.

* **[Grails](http://grails.org/plugins/shiro)** from [Pivotal](http://grails.org/) and [@pledbrook](https://twitter.com/@pledbrook)
Very up-to-date Grails/Shiro Integration, including Grails 2.0 and Shiro 1.2. Adds easy authentication and access control to Grails applications.

* **[Apache Isis](http://isis.apache.org)** from [Apache](http://apache.org/)
Apache Isis is a full-stack framework for rapidly developing domain driven apps and RESTful APIs in Java. [It uses Apache Shiro](http://isis.apache.org/documentation.html#security) 1.2.x for authentication and authorization.

* **[Oauth](https://github.com/FeedTheCoffers/shiro-oauth)** from [@JimmiDyson](https://twitter.com/@JimmiDyson)
Source code for an OAuth module for Apache Shiro based on Scribe

Expand All @@ -38,6 +41,31 @@ A nifty set of tools and libraries for enhancing productivity with the Apache Wi
* **[Lift](https://github.com/timperrett/lift-shiro)** from [@timperrett](https://twitter.com/@timperrett)
Integration between Shiro and the Lift Web framework. Uses Lift’s sitemap Locs instead of Shiro’s built in web.xml resource filters to control access to URLs.

* **[Redis Cache Manager](https://github.com/alexxiyang/shiro-redis)** from [@alexxiyang](https://github.com/alexxiyang)
A [Redis](http://redis.io/) Cache Manager implementation.

* **[Memcached Cache Manager](https://github.com/mythfish/shiro-memcached)** from [@mythfish](https://github.com/mythfish)
A [Memcached](https://memcached.org/) Cache Manager implementation.

* **[JAX-RS](https://github.com/silb/shiro-jersey)** from [@silb](https://github.com/silb)
Apache Shiro support for the Jersey JAX-RS implementation.

* **[Dropwizard](https://github.com/silb/dropwizard-shiro)** from [@silb](https://github.com/silb)
A bundle for securing [Dropwizard](http://www.dropwizard.io/) with Apache Shiro.

* **[Thymeleaf](https://github.com/theborakompanioni/thymeleaf-extras-shiro)** from [@theborakompanioni](https://github.com/theborakompanioni)
A [Thymeleaf](http://www.thymeleaf.org/) dialect for [Apache Shiro](https://shiro.apache.org) [tags](https://shiro.apache.org/tags).

* **[Krail](https://github.com/davidsowerby/krail)** from [@davidsowerby](https://github.com/davidsowerby)
Krail provides a framework for rapid Java web development by combining Vaadin, Guice, Apache Shiro, Apache Commons Configuration and others.

## Ports

* **[Turnstile](https://github.com/stormpath/Turnstile)** - Swift

* **[Yosai](https://github.com/YosaiProject/yosai)** - Python

* **[Angular](https://github.com/gnavarro77/angular-shiro)** - Angular

##Got An Integration?
Have an integration you want listed? Use Subversion (SVN) to pull down a copy of this page, and participate in Shiro development! [Learn more about contributing to Apache Shiro](how-to-contribute.html).
Have an integration you want listed? Send us a pull request of [this page](https://github.com/apache/shiro-site/blob/master/integration.md), and participate in Shiro development! [Learn more about contributing to Apache Shiro](how-to-contribute.html).

0 comments on commit a766550

Please sign in to comment.