From 50dda1f229ed936f0a2d0ab23d866b8a825aed05 Mon Sep 17 00:00:00 2001 From: Nweke Emmanuel Date: Wed, 28 May 2025 08:37:01 +0100 Subject: [PATCH 1/2] Add Next.js + Permit.io file-sharing tutorial to Articles section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a2f112..4c7ec40 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ _List inspired by the [awesome](https://github.com/sindresorhus/awesome) list th ## Articles - [Instant Site Updates with On-Demand Revalidation and Directus](https://echobind.com/post/instant-site-updates-with-on-demand-revalidation-and-directus) +- [Building a Next-Generation File Sharing App with Next.js and Permit.io](https://medium.com/@manuchimsoemmanuel2k/building-a-next-generation-file-sharing-app-with-next-js-and-permit-io-00b8fb7e66bf) - A tutorial on creating a secure file-sharing application using Next.js and Permit.io. - [Dynamic CMS-driven Redirects with Next.js](https://echobind.com/post/dynamic-cms-driven-redirects) - [Implementing RBAC Authorization in Next.js - Step-by-Step Guide](https://www.permit.io/blog/how-to-add-rbac-in-nextjs) - [Getting Started with Next.js, GraphQL and React Query](https://echobind.com/post/getting-started-with-nextjs-graphl-and-react-query) From 32daa6816a72405c6bdc2861f2745c67d9256611 Mon Sep 17 00:00:00 2001 From: Nweke Emmanuel Date: Wed, 28 May 2025 08:37:33 +0100 Subject: [PATCH 2/2] Add Next.js + Permit.io file-sharing tutorial to Articles section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c7ec40..630e5a7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ _List inspired by the [awesome](https://github.com/sindresorhus/awesome) list th ## Articles - [Instant Site Updates with On-Demand Revalidation and Directus](https://echobind.com/post/instant-site-updates-with-on-demand-revalidation-and-directus) -- [Building a Next-Generation File Sharing App with Next.js and Permit.io](https://medium.com/@manuchimsoemmanuel2k/building-a-next-generation-file-sharing-app-with-next-js-and-permit-io-00b8fb7e66bf) - A tutorial on creating a secure file-sharing application using Next.js and Permit.io. +- [Building a Next-Generation File Sharing App with Next.js and Permit.io](https://medium.com/@manuchimsoemmanuel2k/building-a-next-generation-file-sharing-app-with-next-js-and-permit-io-00b8fb7e66bf) - [Dynamic CMS-driven Redirects with Next.js](https://echobind.com/post/dynamic-cms-driven-redirects) - [Implementing RBAC Authorization in Next.js - Step-by-Step Guide](https://www.permit.io/blog/how-to-add-rbac-in-nextjs) - [Getting Started with Next.js, GraphQL and React Query](https://echobind.com/post/getting-started-with-nextjs-graphl-and-react-query)