netlify-graph-auth
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -97,3 +97,3 @@ import type { Storage } from './storage'; | ||
*/ | ||
login: (service: NetlifyGraphAuthService, scopes: Array<string> | undefined, useTestFlow?: boolean) => Promise<AuthResponse>; | ||
login: (service: NetlifyGraphAuthService, scopes?: Array<string> | undefined, useTestFlow?: boolean) => Promise<AuthResponse>; | ||
isLoggedIn: (args: NetlifyGraphAuthService | { | ||
@@ -100,0 +100,0 @@ foreignUserId?: string; |
{ | ||
"name": "netlify-graph-auth", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Client-side authentication for Netlify GraphQL APIs", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
89258