From dd982cad7323a170f26ed5b2bf2ad48fed00d0a6 Mon Sep 17 00:00:00 2001 From: Harsh Shrikant Bhat <90265455+harshsbhat@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:40:11 +0530 Subject: [PATCH 1/4] chore: FoalTS middleware with Unkey RBAC --- oss.gg/7_create_a_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oss.gg/7_create_a_template.md b/oss.gg/7_create_a_template.md index 656a92eb40..dcde333af4 100644 --- a/oss.gg/7_create_a_template.md +++ b/oss.gg/7_create_a_template.md @@ -54,4 +54,6 @@ Your turn 👇 » 12-October-2024 by Nazar Poshtarenko [Next.js Unkey Pay-as-you-Go Starter Kit](https://github.com/unrenamed/unkey-nextjs-pay-as-you-go) +» 22-October-2024 by Nazar Poshtarenko [FoalTS middleware with Unkey RBAC](https://github.com/harshsbhat/unkey-foal) + --- From 06fb40abd693729536b8b0af1aa015666fd01d42 Mon Sep 17 00:00:00 2001 From: Harsh Shrikant Bhat <90265455+harshsbhat@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:39:09 +0530 Subject: [PATCH 2/4] typo --- oss.gg/7_create_a_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oss.gg/7_create_a_template.md b/oss.gg/7_create_a_template.md index dcde333af4..0624b5075a 100644 --- a/oss.gg/7_create_a_template.md +++ b/oss.gg/7_create_a_template.md @@ -54,6 +54,6 @@ Your turn 👇 » 12-October-2024 by Nazar Poshtarenko [Next.js Unkey Pay-as-you-Go Starter Kit](https://github.com/unrenamed/unkey-nextjs-pay-as-you-go) -» 22-October-2024 by Nazar Poshtarenko [FoalTS middleware with Unkey RBAC](https://github.com/harshsbhat/unkey-foal) +» 22-October-2024 by Harsh Bhat [FoalTS middleware with Unkey RBAC](https://github.com/harshsbhat/unkey-foal) --- From 162ba78943761a0bef3567a82ce07fa9fb57a9e4 Mon Sep 17 00:00:00 2001 From: Harsh Shrikant Bhat <90265455+harshsbhat@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:38:26 +0530 Subject: [PATCH 3/4] chore: Use unkey and write a blog --- oss.gg/8_use_unkey_blog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oss.gg/8_use_unkey_blog.md b/oss.gg/8_use_unkey_blog.md index 2c0652799b..1c2d194c37 100644 --- a/oss.gg/8_use_unkey_blog.md +++ b/oss.gg/8_use_unkey_blog.md @@ -22,4 +22,6 @@ Your turn 👇 » 18-October-2024 by [Atharva Deshmukh](https://oss.gg/Atharva-3000) Blog Link: [Blog](https://dev.to/atharva3000/unkey-rate-limiting-made-super-easy-and-how-i-used-it-2kca) +» 27-October-2024 by [Harsh Bhat](https://oss.gg/harshsbhat) Blog Link: [Blog](https://www.harshbhat.me/blog/ordox-unkey) [App](https://ordox.vercel.app/) + --- From 78178ef803e3482b2d184f21aefd82c641eca551 Mon Sep 17 00:00:00 2001 From: Harsh Shrikant Bhat <90265455+harshsbhat@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:42:13 +0530 Subject: [PATCH 4/4] remove extra line --- oss.gg/7_create_a_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/oss.gg/7_create_a_template.md b/oss.gg/7_create_a_template.md index 0624b5075a..656a92eb40 100644 --- a/oss.gg/7_create_a_template.md +++ b/oss.gg/7_create_a_template.md @@ -54,6 +54,4 @@ Your turn 👇 » 12-October-2024 by Nazar Poshtarenko [Next.js Unkey Pay-as-you-Go Starter Kit](https://github.com/unrenamed/unkey-nextjs-pay-as-you-go) -» 22-October-2024 by Harsh Bhat [FoalTS middleware with Unkey RBAC](https://github.com/harshsbhat/unkey-foal) - ---