pull down to refresh
675 sats \ 3 replies \ @TonyGiorgio 4 Dec 2023 \ on: Lightning Prediction Market MVP - delphi.market bitcoin
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? lolreply
Worked! Thank you.
reply