nostr verification working
This commit is contained in:
parent
f42ae5fc1d
commit
19667807bb
8 changed files with 258 additions and 7 deletions
|
|
@ -1,5 +1,7 @@
|
|||
const DEFAULT_SESSION_DURATION_SECONDS = 60 * 60 * 24 * 30;
|
||||
const DEFAULT_NOSTR_CHALLENGE_DURATION_SECONDS = 60 * 60 * 24 * 30;
|
||||
|
||||
module.exports = {
|
||||
DEFAULT_SESSION_DURATION_SECONDS
|
||||
DEFAULT_SESSION_DURATION_SECONDS,
|
||||
DEFAULT_NOSTR_CHALLENGE_DURATION_SECONDS
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue