From 78165ad3be9a4b4faad2011fc2fbf3200a3fb826 Mon Sep 17 00:00:00 2001 From: Phil Skentelbery Date: Wed, 19 Nov 2025 17:57:40 -0700 Subject: [PATCH] test: Add IndieLogin test form for debugging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test page with exact form from IndieLogin.com API docs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- static/indielogin-test.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 static/indielogin-test.html diff --git a/static/indielogin-test.html b/static/indielogin-test.html new file mode 100644 index 0000000..3067a91 --- /dev/null +++ b/static/indielogin-test.html @@ -0,0 +1,27 @@ + + + + + + IndieLogin Test Form + + +

IndieLogin Test Form

+

This is the exact form from IndieLogin.com API docs

+ +
+ + +

+ + + + + +
+ +
+

Note: This uses a fixed code_challenge for testing. In production, this should be generated fresh each time.

+

Form will submit to: https://indielogin.com/authorize

+ +