@crossauth/common
Advanced tools
Comparing version 0.0.18 to 0.0.20
@@ -1,3 +0,2 @@ | ||
import { OpenIdConfiguration, OAuthTokenConsumerBase, GrantType } from '..'; | ||
import { OpenIdConfiguration, OAuthTokenConsumerBase, type GrantType } from '..'; | ||
/** | ||
@@ -4,0 +3,0 @@ * Crossauth allows you to define which flows are valid for a given client. |
@@ -1,3 +0,3 @@ | ||
import { OpenIdConfiguration } from './wellknown'; | ||
import * as jose from 'jose'; | ||
import { type OpenIdConfiguration } from './wellknown'; | ||
/** Allows passing either a Jose KeyLike object or a key as a binary array */ | ||
@@ -4,0 +4,0 @@ export type EncryptionKey = jose.KeyLike | Uint8Array; |
@@ -0,3 +1,3 @@ | ||
/// <reference types="node" /> | ||
import { JsonWebKey } from 'crypto'; | ||
export type TokenEndpointAuthMethod = "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt"; | ||
@@ -4,0 +4,0 @@ export type ResponseMode = "query" | "fragment"; |
{ | ||
"name": "@crossauth/common", | ||
"private": false, | ||
"version": "0.0.18", | ||
"version": "0.0.20", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "type": "module", |
249979
3604