From d81e61d3f6c37ddd33a13b40a079d8aafaecaee2 Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Tue, 11 Oct 2022 19:12:46 +0200 Subject: [PATCH] Update apl.md (#77) --- docs/apl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apl.md b/docs/apl.md index 1a09968..1f81cc4 100644 --- a/docs/apl.md +++ b/docs/apl.md @@ -1,4 +1,4 @@ -# APL - Auth Persistance Layer +# APL - Auth Persistence Layer APL is an interface for managing auth data of registered Apps. Implementing it does not restrict you from choosing the right technology for your project (for example Redis, Postgres, S3, etc.), and provides a common set of operations which can be used by your application and functions provided by App SDK.