From 82ae22f449e756e31b279e544b81c7015bb76bcc Mon Sep 17 00:00:00 2001 From: Danial Hanif Date: Sun, 5 Jan 2025 22:10:18 +0800 Subject: [PATCH] chore(resources.yaml): add auth-remix to Remix resources Hi, I'm the maintainer of [auth-remix](https://github.com/hambergerpls/auth-remix), an [Auth.js](https://authjs.dev) integration framework for Remix. This is not an official integration framework of Auth.js. I created this because the official PR has not been merged since 2023. So instead of waiting, I decided to create my own. I hope this will benefit the Remix community who wants to use Auth.js in their Remix app. --- data/resources.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/resources.yaml b/data/resources.yaml index e4a8bc3c..efb07d77 100644 --- a/data/resources.yaml +++ b/data/resources.yaml @@ -244,3 +244,9 @@ imgSrc: "https://camo.githubusercontent.com/076066f43ba75163106f304fc42750445f55343abb62e10429d554b4f227d942/68747470733a2f2f6765746a757374642e636f6d2f6f70656e67726170682d696d6167652e706e673f763d31" initCommand: "npx create-remix@latest --template justdlabs/remix" category: "templates" + +- title: "auth-remix" + repoUrl: "https://github.com/hambergerpls/auth-remix" + imgSrc: "https://opengraph.githubassets.com/1/hambergerpls/auth-remix" + initCommand: "npm install auth-remix" + category: "libraries"