From 99f915145962c893151222878f93d5829e640d26 Mon Sep 17 00:00:00 2001 From: philc Date: Mon, 19 May 2025 08:59:08 +0000 Subject: [PATCH] Update Authentification --- Authentification.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Authentification.md b/Authentification.md index bd235b1..c8ae0c2 100644 --- a/Authentification.md +++ b/Authentification.md @@ -92,5 +92,13 @@ Here is an example for a persons object accessright: } }` ``` +## An easy way to use in a web dev project + +To send authenticate request to the api as an alias, you must set the headers with a valid xhash for a xdays valid for 24hours. To get this you can: +- dev around openPGP technology (for example in js https://openpgpjs.org/ ) +- call https://yourdomain/personnal/apxid_lg.html?url=urlA (where urlA is the redirection when authenticate, if not it stay in signin mode awaiting user authentify himself. + + +