Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript Definiton SessionConfigParams #149

Closed
trickreich opened this issue Oct 20, 2020 · 1 comment · Fixed by #157
Closed

Typescript Definiton SessionConfigParams #149

trickreich opened this issue Oct 20, 2020 · 1 comment · Fixed by #157

Comments

@trickreich
Copy link

Description

Typescript Definition for SessionConfigParams is outdated.

Reproduction

I've tried to set following:

  session: {
    secure: true,
  },

Instead the following works:

  session: {
    cookie: {
      secure: secureCookies,
    },
  },

Environment

  • Version of this library used: Current
@adamjmcgrath
Copy link
Contributor

Thanks @trickreich! I'll raise something to fix shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants