UNPKG

strapi-plugin-firebase-authentication

Version:

Allows easy integration between clients utilizing Firebase for authentication and Strapi

7 lines (6 loc) 204 B
/** * is-authenticated policy * Requires a valid JWT token - returns 401 Unauthorized if not authenticated */ declare const _default: (policyContext: any) => Promise<boolean>; export default _default;