Use redirect login flow only

This commit is contained in:
2026-05-25 11:37:21 +02:00
parent cf6bc1b5cc
commit cd89a30631
9 changed files with 21 additions and 89 deletions
+2
View File
@@ -2,6 +2,8 @@
TypeScript MVP connector for Agrarmonitor with shared cookie persistence, optional AES-GCM cookie encryption, automatic login, retry after expired sessions, device registration checks, and customer detail extraction.
Login uses Agrarmonitor's redirect flow only: the connector loads `/`, extracts the `nonce`, and posts credentials to `/redirect.php?id=benutzerverwaltung&action=login`.
## Installation
```bash