
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
auth-sdk-para
Advanced tools
npm i react-sdk-test-para
import { SAPAuth } from "react-sdk-test-para";
const configs = {
baseUrl: "http://1.1.1.1",
client_id: "634a0b0f823459d85447118",
redirect_uri: "http://127.0.0.1:3000",
response_type: "id_token",
}
const authSAP = new SAPAuth(configs)
// 生成认证地址跳转认证
let url = authSAP.getAuthorizationUrl()
const info = sapAuth.getIdToken()
// 返回参数
// {id_token: 'xxx', access_token: '', userInfo: }
| 参数 | 类型 | 解释 | | ---- | ---- | ---- | | config | ISAPAuthConfig | 配置参数 | | ISAPAuthConfig | | | | baseUrl | string | 认证地址 | | client_id | string | 应用认证id | | response_type | string | 'id_token' |
FAQs
``` npm i react-sdk-test-para ```
We found that auth-sdk-para demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.