vapor / auth

👤 Authentication and Authorization framework for Fluent.
53 stars 34 forks source link

Unable to compile #10

Closed jorjuela33 closed 7 years ago

jorjuela33 commented 7 years ago

When trying to compile, using the vapor build command I got this error.

Sources/AuthProvider/RedirectMiddleware.swift:10:30: error: use of undeclared type 'RedirectType' public let redirectType: RedirectType

tanner0101 commented 7 years ago

run vapor update. you need vapor/engine version 2.1.0 or later.