Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Non-iOS Purple checkout flows #11

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2024

  1. Add checkout OTP endpoints

    Add OTP authentication endpoints for the lightning checkout process, to
    allow users without Damus iOS to buy Purple
    
    Signed-off-by: Daniel D’Aquino <[email protected]>
    danieldaquino committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fb39d75 View commit details
    Browse the repository at this point in the history
  2. Add CLI debugging option to npm scripts

    Signed-off-by: Daniel D’Aquino <[email protected]>
    danieldaquino committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fc5dda2 View commit details
    Browse the repository at this point in the history
  3. Fix LN connect arguments

    This commit fixes an incorrect argument on the ln.connect_and_init call,
    without changing the meaning of the environment variables to avoid compatibility issues
    with existing environments and with the website which relies on this information as well.
    
    Changelog-Fixed: Fix LN connection parameters
    Signed-off-by: Daniel D’Aquino <[email protected]>
    danieldaquino committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cdc98be View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Add more descriptive errors to web auth middleware

    Signed-off-by: Daniel D’Aquino <[email protected]>
    danieldaquino committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    9c88cb5 View commit details
    Browse the repository at this point in the history