Applesauce
    Preparing search index...

    Type Alias OpenRankingOptions

    type OpenRankingOptions = {
        signer?: ISigner;
        tokenExpiration?: number;
    }
    Index

    Properties

    signer?: ISigner

    Signer used to issue Nostr Web Tokens for authenticated (point-of-view) requests

    tokenExpiration?: number

    How long (in seconds) issued Nostr Web Tokens remain valid, defaults to 300