Rob Cameron

Results 59 issues of Rob Cameron

### What's not working? From https://community.redwoodjs.com/t/problems-with-backend-auth-when-running-a-mutation-immediately-after-login/4000 > I am having issues running a mutation the @requiresAuth immediately after a user logs in. > > Once i get a successful response...

bug/needs-info

TL;DR Updates scaffold generator to use a single layout for all scaffolds, rather than a unique layout for each. This makes it easy to customize the "frame" around the scaffolds...

topic/generators-&-scaffolds
release:feature

### Summary and description Someone in Discord was asking how to access `currentUser` in a service and said they thought it would be nice if the tutorial mentioned it. I...

topic/docs

Closes https://github.com/redwoodjs/redwood/issues/6237 ## Release Notes If you're using dbAuth you can now validate a user's password on the server at signup, checking for length, randomness, etc. Along with `signup.handler()` you...

topic/auth
release:feature

### Summary This isn't even merged yet: https://github.com/redwoodjs/redwood/pull/6082 but I thought of an enhancement. Right now you can only cache things that survive a round trip through `JSON.stringify()` and `JSON.parse()`....

### Summary If you're deploying with Baremetal, and you need recurring background job processing, you've got a couple ways to run recurring background jobs: * pm2 * cron There's a...

topic/deployment
release:feature

### Summary Rather than force a TS install, with a `--ts` flag, or a JS install with a `--js` flag, let's just prompt the user and ask which they want...

topic/crwa
release:feature

There's a single sentence that mentions using `role` to limit a route, but no actual code sample: https://redwoodjs.com/docs/router#private-set It also states that it takes an array of strings, but it...

topic/docs
help wanted
good first issue
topic/router

Right now a job post would be live on the site forever. This feature would automatically make it inactive after 30 days. The owner can come to the site, or...