文件名称:express-firebase-auth:用于Express的Firebase身份验证中间件
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-20 15:52:35
firebase express node JavaScript
Express Firebase Auth中间件 使用Firebase身份验证对端点进行身份验证。 特征: 在运行功能之前,请使用Firebase对用户进行身份验证。 能够跳过公共API端点上的身份验证。 安装/入门 yarn add express-firebase-auth 在您的应用中: // Get this credentials file from the Firebase console. import serviceAccount from '../firebase-config.json' ; // Import the package import { createFirebaseAuth } from 'express-firebase-auth' ; // Initialize the firebase auth const firebaseAuth =
【文件预览】:
express-firebase-auth-master
----.eslintrc(865B)
----yarn.lock(50KB)
----PULL_REQUEST_TEMPLATE.md(2KB)
----CONTRIBUTING.md(321B)
----LICENSE(1KB)
----README.md(3KB)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(5KB)
----index.js(2KB)
----package.json(804B)