-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
configurable nostr signer #1757
Open
riccardobl
wants to merge
27
commits into
stackernews:master
Choose a base branch
from
riccardobl:nostrsigner
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3d224ec
configurable signer
riccardobl 300ccd0
handle nip46 auth challenge
riccardobl bf80ce4
restore nip46 connection when possible
riccardobl 8694626
ensure signer is ready
riccardobl 5525a6d
handle undefined values
riccardobl 2063894
default to nip07
riccardobl 462af88
verify signer on settings save
riccardobl 3a8f8d0
remove connection delay, do not attempt to restore nip05 connections
riccardobl 3f3c5d2
doc
riccardobl c7a07ff
Merge branch 'master' into nostrsigner
riccardobl c6f36c0
use password input for nip46 bunker token
riccardobl ac313ff
Update components/use-encrypted-privates.js
riccardobl 2dcc22b
Update components/use-encrypted-privates.js
riccardobl e964ab9
Merge branch 'master' into nostrsigner
riccardobl eaccc4f
unused import
riccardobl 95867aa
invalid prop
riccardobl 7ff5480
disable sonarjs/no-identical-functions
riccardobl e3c6eab
avoid potential global shadowing
riccardobl 1468363
remove useless default assignments
riccardobl a01ba07
remove useless assignment
riccardobl 2f5cae4
remove dead code
riccardobl 97ea15b
make invalid prop valid
riccardobl 90297c5
refactor try catch
riccardobl ae9d7a7
remove eslint-disable
riccardobl 5a4d50a
eslint
riccardobl faace30
Merge branch 'master' into nostrsigner
riccardobl 5ffa992
fix merge conflict
riccardobl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this file, I've separated the logic related to the NIP-46 authentication challenge into dedicated hooks and components, making it reusable for the crosspost's NIP-46 authentication.