UNPKG

remix-auth-oauth2

Version:

A strategy to use and implement OAuth2 framework for authentication with federated services like Google, Facebook, GitHub, etc.

70 lines (69 loc) 1.62 kB
{ "name": "remix-auth-oauth2", "version": "3.4.1", "description": "A strategy to use and implement OAuth2 framework for authentication with federated services like Google, Facebook, GitHub, etc.", "license": "MIT", "funding": [ "https://github.com/sponsors/sergiodxa" ], "keywords": [ "remix", "remix-auth", "auth", "authentication", "strategy" ], "author": { "name": "Sergio Xalambrí", "email": "hello+oss@sergiodxa.com", "url": "https://sergiodxa.com" }, "repository": { "url": "https://github.com/sergiodxa/remix-auth-oauth2", "type": "git" }, "homepage": "https://github.com/sergiodxa/remix-auth-oauth2#readme", "bugs": { "url": "https://github.com/sergiodxa/remix-auth-oauth2/issues" }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "quality": "biome check .", "quality:fix": "biome check . --write --unsafe", "exports": "bun run ./scripts/exports.ts" }, "sideEffects": false, "type": "module", "engines": { "node": "^20.0.0 || >=20.0.0" }, "files": [ "build", "package.json", "README.md" ], "exports": { ".": "./build/index.js", "./package.json": "./package.json" }, "dependencies": { "@edgefirst-dev/data": "^0.0.4", "@mjackson/headers": "^0.10.0", "arctic": "^3.0.0" }, "peerDependencies": { "remix-auth": "^4.0.0" }, "devDependencies": { "@arethetypeswrong/cli": "^0.18.1", "@biomejs/biome": "^1.9.4", "@total-typescript/tsconfig": "^1.0.4", "@types/bun": "^1.1.14", "msw": "^2.6.6", "remix-auth": "^4.0.0", "typedoc": "^0.28.0", "typedoc-plugin-mdn-links": "^5.0.1", "typescript": "^5.7.2" } }