The Wayback Machine - https://web.archive.org/web/20220314131003/https://github.com/topics/jamstack
Skip to content
#

Jamstack

jamstack logo

Jamstack is a way of thinking about how to build for the web: the UI is compiled, the frontend is fully decoupled, and data is pulled in as needed.

Here are 19,994 public repositories matching this topic...

strapi
cannikin
cannikin commented Feb 15, 2022

Related: redwoodjs/redwood#4489

When calling requireAuth() on the api side, you can pass in an optional list of roles that the user must have in addition to being logged in:

requireAuth({ roles: "admin" })
requireAuth({ roles: ["admin", "moderator"] })

Note that it allows both a string and an array of strings as valid values on the roles

gridsome

🚀 Boilerplate and Starter for Next.js 12+, Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS

  • Updated Mar 6, 2022
  • TypeScript
lacikawiz
lacikawiz commented Oct 28, 2020

Hi!

I just discovered your project and I'm very excited about it. It looks like you read my mind about a project that would use Go and Svelte to make static websites as single page apps. I'm a big fan of both Go and Svelte and use them every single day on my projects. So I'll probably get involved in this project, I see very great potential in it.

Anyways, here's my first contribution. I fou

Organization
jamstack
Website
jamstack.org