From 88cd2fe342d77e22793a04ba3bb9ca5f4865a37e Mon Sep 17 00:00:00 2001 From: Daniel Bass <94785484+danielbass37@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:59:46 +0100 Subject: [PATCH] Added RBAC Guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f453e31..a4bb07e 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,7 @@ ## articles - [Loading Images With the “Blur Down” Technique](https://joebell.co.uk/blog/loading-images-with-the-blur-down-technique) +- [Implementing RBAC Authorization in Next.js](https://www.permit.io/blog/how-to-add-rbac-in-nextjs) - [Updating Static Next.js Pages Instantly](https://joebell.co.uk/blog/updating-static-next-js-pages-instantly) - [Next.js — Make your own Progress bar indicator component easily!!!](https://www.gosink.in/next-js-make-your-own-progress-bar-indicator-component-easily/) - [Static Tweets with MDX and Next.js](https://blog.maximeheckel.com/posts/static-tweets-with-mdx-nextjs/)