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

LNURLAuthParams missing action type #9

Open
wbobeirne opened this issue Jul 3, 2023 · 0 comments · May be fixed by #10
Open

LNURLAuthParams missing action type #9

wbobeirne opened this issue Jul 3, 2023 · 0 comments · May be fixed by #10

Comments

@wbobeirne
Copy link
Collaborator

https://github.com/lnurl/luds/blob/luds/04.md#wallet-to-service-interaction-flow outlines an optional action enum:

action enums meaning:

  • register: service will create a new account linked to user's linkingKey.
  • login: service will login user to an existing account linked to user's linkingKey.
  • link: service will link a user provided linkingKey to user's existing account (if account was not originally created using lnurl-auth).
    auth: some stateless action which does not require logging in (or possibly even prior registration) will be granted.

This may be useful to distinguish for clients using js-lnurl

@wbobeirne wbobeirne linked a pull request Jul 3, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant