Pubkeeper Server Auth Modules
Authentication and access to the Pubkeeper server is provided through different modules.
Configuration Options
module—The class that implements PubkeeperAuthModule
. This module, if defined,
allows for the creation of servers or other PubkeeperServer
runtime necessities.
provider—The class that implements PukeeperAuthProvider
. The provider is an
interface that the PubkeeperServer
will utilize to validate tokens provided from an authenticating client.