UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

5 lines (4 loc) 184 B
/** * Checks if the defined redirect after successful SSO login is in the allow list */ export declare function isLoginRedirectAllowed(redirect: unknown, provider: string): boolean;