LoginController

public final class LoginController<U> : LoginControllerType where U : AdminPanelUserType

Undocumented

  • Undocumented

    Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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