From 69c93af62cb35b53afab1d66956fc55091db4d00 Mon Sep 17 00:00:00 2001 From: rodinux Date: Tue, 23 Apr 2024 12:46:01 +0200 Subject: [PATCH] add permission auth_header api --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 14b405d..b5a393f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Paheko" description.en = "Association management software" description.fr = "Logiciel de gestion d'association" -version = "1.3.8~ynh3" +version = "1.3.8~ynh4" maintainers = ["rodinux"] @@ -52,6 +52,7 @@ ram.runtime = "50M" api.allowed = ["visitors", "all_users"] api.show_tile = false api.protected = true + api.auth_header = true [resources.apt] packages = "sqlite3, php8.2-sqlite3, php8.2-gd, php8.2-intl, php8.2-cli, php8.2-gnupg, php8.2-mbstring, php8.2-zip"