Can you add CORS to the LNURL auth call? Can't do LNURL auth from Mutiny wallet atm. Really intrigued by this so nice work.
Oh, right, that doesn't work since mutiny is a browser wallet. Yes, can do!
reply
Just added it now simply via nginx. Tested it myself with https://app.mutinywallet.com/. Should work for you too now.
Adding it simply via add_header Access-Control-Allow-Origin * instead of inside the code feels like a hack but maybe that's actually not a hack but (should be) best practice? lol
reply
Worked! Thank you.
reply