Skip to content

Commit

Permalink
chore: add publish details
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-vd committed Dec 6, 2024
1 parent cb7ff73 commit ca3fa44
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Remix Auth - Strategies

[![npm version](https://badge.fury.io/js/@vdtech%2Fremix-auth-strategies.svg)](https://www.npmjs.com/package/@vdtech/remix-auth-strategies)
[![CI](https://github.com/vd-tech/remix-auth-strategies/actions/workflows/ci.yml/badge.svg)](https://github.com/vd-tech/remix-auth-strategies/actions/workflows/test.yml)
[![Documentation](https://img.shields.io/badge/docs-typedoc-blue.svg)](https://vd-tech.github.io/remix-auth-strategies)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Node Version](https://img.shields.io/node/v/@vdtech/remix-auth-strategies)](https://nodejs.org)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.5-blue.svg)](https://www.typescriptlang.org/)

> A collection of authentication strategies for Remix Auth, designed to simplify the integration of various OAuth2 providers.
This repository provides a set of pre-built strategies for use with Remix Auth, allowing developers to easily integrate authentication with popular OAuth2 providers like Azure AD B2C and Auth0. Each strategy is designed to be flexible and customizable, supporting a wide range of use cases and configurations.
Expand Down
25 changes: 10 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "0.0.1",
"description": "A collection of authentication strategies for Remix Auth, designed to simplify the integration of various OAuth2 providers.",
"license": "MIT",
"funding": [
"https://github.com/sponsors/paul-vd"
],
"funding": ["https://github.com/sponsors/paul-vd"],
"author": {
"name": "Paul van Dyk",
"email": "paul@vandyk.fr",
Expand All @@ -19,13 +17,14 @@
"bugs": {
"url": "https://github.com/vd-tech/remix-auth-strategies/issues"
},
"keywords": [
"remix",
"remix-auth",
"auth",
"authentication",
"strategy"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"npm": {
"registry": "https://registry.npmjs.org/"
},
"keywords": ["remix", "remix-auth", "auth", "authentication", "strategy"],
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
Expand All @@ -38,11 +37,7 @@
"engines": {
"node": ">=20.0.0"
},
"files": [
"build",
"package.json",
"README.md"
],
"files": ["build", "package.json", "README.md"],
"exports": {
"./azure": "./build/azure.js",
"./auth0": "./build/auth0.js",
Expand Down

0 comments on commit ca3fa44

Please sign in to comment.