Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Anonymous

Automatically injected into SakuraApi on instantiation. Allows for anonymous access if passed into @Routable or @Router authenticators property. Remember, authenticators work from left to right; if you put this first in your chain, everything will be allowed through on that/those route(s).

Hierarchy

  • Anonymous

Implements

Index

Methods

Methods

authenticate

  • Called by SakuraApi when checking authentication using this authenticator. You don't have to do anything with this. It's automagic.

    Parameters

    • req: Request
    • res: Response

    Returns Promise<AuthenticatorPluginResult>

Generated using TypeDoc