Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created April 27, 2020 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/b947c83db24e840f970dcfc7ce11f5c0 to your computer and use it in GitHub Desktop.
Save fitomad/b947c83db24e840f970dcfc7ce11f5c0 to your computer and use it in GitHub Desktop.
// configures your application
public func configure(_ app: Application) throws {
...
// Session
app.middleware.use(app.sessions.middleware)
app.sessions.use(.memory)
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment