LoginControllerType

public protocol LoginControllerType

Undocumented

  • Undocumented

    Declaration

    Swift

    func login(_ req: Request) throws -> Future<Response>
  • Undocumented

    Declaration

    Swift

    func renderLogin(_ req: Request) throws -> Future<Response>
  • Undocumented

    Declaration

    Swift

    func logout(_ req: Request) throws -> Response