You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/04/21 07:15:16 UTC

[sling-site] branch master updated: Add link to auth core git repo

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 64f190a  Add link to auth core git repo
64f190a is described below

commit 64f190a255236e72a48c4fc83777ac0e8c138239
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Apr 21 09:15:03 2021 +0200

    Add link to auth core git repo
---
 .../the-sling-engine/authentication/authentication-framework.md          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/jbake/content/documentation/the-sling-engine/authentication/authentication-framework.md b/src/main/jbake/content/documentation/the-sling-engine/authentication/authentication-framework.md
index ec26ad5..c2795ec 100644
--- a/src/main/jbake/content/documentation/the-sling-engine/authentication/authentication-framework.md
+++ b/src/main/jbake/content/documentation/the-sling-engine/authentication/authentication-framework.md
@@ -17,6 +17,7 @@ This page describes how the `SlingAuthenticator` class provides the `Authenticat
 
 The `SlingAuthenticator` class is an internal class of the `org.apache.sling.auth.core` bundle and implements the `Authenticator` and `AuthenticationSupport` services.
 
+The API mentioned in this document and its implementation is part of the [Apache Sling Auth Core](https://github.com/apache/sling-org-apache-sling-auth-core) bundle.
 
 ## AuthenticationSupport