docs
docs copied to clipboard
Add example of custom redirect URL for RedirectMiddleware
Show
let redirectMiddleware = User.redirectMiddleware { req -> String in
return "/login?authRequired=true&next=\(req.url.path)"
}
Etc
see pull request https://github.com/vapor/docs/pull/700