keystone
keystone copied to clipboard
The most powerful headless CMS for Node.js — built with GraphQL and React
Added (or rather uncommented) a config variable to set the admin UI base path and set the conf accordingly in `createAdminUIMiddleware.ts`. Thanks to @thekarinka for help in making this work!
Not intended for review, just want a PR to see CI times
- this serves as the basis for optimistic locking - you can now configure a `version` field as readonly and have it included in all update calls - on the...
This is a draft. I am open to community thoughts on where this example should live? We want to encourage test deployments of our examples in different environments for users...
I needed this and thought it would be good idea to bring this feature back. * I would still love to see how to make this on left side to...
Here's my first stab at an example of a create-react-app using keystone. Haven't updated any of the readme files yet. Just wanted to get a temperature check from the maintainers...
this lets me run keystone programmatically from another nodejs app ```ts import { cli } from '@keystone-next/keystone/scripts/cli'; ```
- Add .env to define SESSION_SECRET - Share SESSION_SECRET across keystone & next app by using `dotenv` - Update example to use auth and session - Add a `requestAuth` module...