All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tbk.nostr.relay.nip42.Nip42Support Maven / Gradle / Ivy

The newest version!
package org.tbk.nostr.relay.nip42;

import org.springframework.security.core.Authentication;
import org.tbk.nostr.proto.Event;
import org.tbk.nostr.proto.Request;
import org.tbk.nostr.relay.NostrRequestContext;
import org.tbk.nostr.relay.NostrWebSocketSession;
import reactor.core.publisher.Mono;


public interface Nip42Support {

    String createNewChallenge(NostrWebSocketSession session);

    Mono attemptAuthentication(NostrRequestContext context, Event authEvent);

    Mono requiresAuthentication(NostrRequestContext context, Request request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy