@clearfor/remix-auth-auth0
Advanced tools
Comparing version 1.0.0-beta.6 to 1.0.0
import { type SetCookieInit } from "@mjackson/headers"; | ||
import { type OAuth2Tokens } from "arctic"; | ||
import { OAuth2RequestError, type OAuth2Tokens } from "arctic"; | ||
import { Strategy } from "remix-auth/strategy"; | ||
export { OAuth2RequestError }; | ||
type URLConstructor = ConstructorParameters<typeof URL>[0]; | ||
@@ -145,2 +146,1 @@ /** | ||
} | ||
export {}; |
@@ -7,2 +7,3 @@ import {} from "@mjackson/headers"; | ||
import { StateStore } from "./lib/store.js"; | ||
export { OAuth2RequestError }; | ||
const debug = createDebug("Auth0Strategy"); | ||
@@ -9,0 +10,0 @@ const defaultScopes = ["openid", "profile", "email"]; |
{ | ||
"name": "@clearfor/remix-auth-auth0", | ||
"version": "1.0.0-beta.6", | ||
"version": "1.0.0", | ||
"description": "Remix auth wrapper for Auth0", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
31965
478
0