docs icon indicating copy to clipboard operation
docs copied to clipboard

Add example of custom redirect URL for RedirectMiddleware

Open 0xTim opened this issue 3 years ago • 0 comments

Show

let redirectMiddleware = User.redirectMiddleware { req -> String in
  return "/login?authRequired=true&next=\(req.url.path)"
}

Etc

0xTim avatar Aug 08 '22 14:08 0xTim

see pull request https://github.com/vapor/docs/pull/700

iamtuxmeister avatar Aug 11 '22 22:08 iamtuxmeister