The PasswordAuthStrategy defaults cannot be used in production
See original GitHub issueWhen you add a PasswordAuthStrategy you get a warning in the console:
Connecting to databaseWarning: connect.session() MemoryStore is not designed for a production environment, as it will leak memory, and will not scale past a single process.
This is because of express session: https://github.com/expressjs/session/blob/master/README.md#compatible-session-stores
Looks like there are a bunch of better defaults we could use? Are there good docs on how to customise this?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
keystonejs/keystone - Gitter
hi everbody, i have a nextjs wrbsite with keystoneJS, a user list with PasswordAuthStrategy, i use the GraphQL mutation signin in my nextjs...
Read more >Deployed to Heroku, admin UI login suddenly stops working
In production, this needs to be set in the Keystone constructor by passing in a key-value pair of "session store": <Session Store> as...
Read more >Fix checkbox field layout by JedWatson · Pull Request #2616 ...
This has been bugging me for a while... Checkbox input fields are pretty terrible to use because the label and checkbox are broken...
Read more >The keystone-5 from keystonejs - GithubHelp
can't get /admin in production - admin-ui-app ... Should there not be a command to override the default summary or label field keystone...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is what I did to use mongodb based Store