You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Antonio Sanso <as...@adobe.com> on 2014/10/21 10:41:40 UTC

[ANN] Apache Sling Auth Core 1.3.2 Released

The Apache Sling team is pleased to announce the release of Apache Sling Auth Core 1.3.2

Apache Sling is a web framework that uses a Java Content Repository, such as Apache Jackrabbit, to store and manage content. Sling applications use either scripts or Java servlets, selected based on simple name conventions, to process HTTP requests in a RESTful way.

The Sling Authentication Service bundle provides the basic
        mechanisms to authenticate HTTP requests with a JCR repository.
        The algorithms for extracting authentication details from the
        requests is extensible by implementing an AuthenticationHandler
        interface.

http://sling.apache.org/documentation/the-sling-engine/authentication.html


This release is available from http://sling.apache.org/site/downloads.cgi and Maven:

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.auth.core</artifactId>
    <version>1.3.2</version>
</dependency>

Release Notes:

Improvement
[SLING-3991] - Support Password Change Upon Expiry Via SimpleCredentials Attribute

Enjoy!

-The Sling team