@magic-ext/oauth2
Advanced tools
Comparing version 1.0.0 to 1.1.0-canary.713.8013344898.0
@@ -6,3 +6,3 @@ import { MagicUserMetadata } from '@magic-sdk/types'; | ||
} | ||
export declare type OAuthProvider = 'google' | 'facebook' | 'apple' | 'github' | 'bitbucket' | 'gitlab' | 'linkedin' | 'twitter' | 'discord' | 'twitch' | 'microsoft'; | ||
export type OAuthProvider = 'google' | 'facebook' | 'apple' | 'github' | 'bitbucket' | 'gitlab' | 'linkedin' | 'twitter' | 'discord' | 'twitch' | 'microsoft'; | ||
export interface OAuthErrorData { | ||
@@ -46,3 +46,3 @@ provider: OAuthProvider; | ||
} | ||
export declare type OpenIDConnectUserInfo = OpenIDConnectProfile & OpenIDConnectEmail & OpenIDConnectPhone & OpenIDConnectAddress & { | ||
export type OpenIDConnectUserInfo = OpenIDConnectProfile & OpenIDConnectEmail & OpenIDConnectPhone & OpenIDConnectAddress & { | ||
sub?: string; | ||
@@ -49,0 +49,0 @@ sources?: Record<string, any>; |
{ | ||
"name": "@magic-ext/oauth2", | ||
"version": "1.0.0", | ||
"version": "1.1.0-canary.713.8013344898.0", | ||
"description": "Magic SDK OAuth Extension for Web environments.", | ||
@@ -35,6 +35,6 @@ "author": "Magic <team@magic.link> (https://magic.link/)", | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^18.1.1", | ||
"@magic-sdk/commons": "18.2.0-canary.713.8013344898.0", | ||
"@types/crypto-js": "~3.1.47" | ||
}, | ||
"gitHead": "b52e88d7293074dbf950de52794894f2b5a8dae9" | ||
"gitHead": "d758834dae9e8d2f1c59d2f2b53d4521af12436b" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55192
4