文件名称:auth0-sso-dashboard-extension
文件大小:278KB
文件格式:ZIP
更新时间:2024-05-20 20:23:30
JavaScript
Auth0 SSO仪表板扩展 在生产中运行 npm install npm run client:build npm run server:prod 在开发中运行 更新./server/config.json下的配置文件: { " EXTENSION_CLIENT_ID " : " client id of my app " , " WT_URL " : " http://localhost:3000/ " , " PUBLIC_WT_URL " : " https://localhost:3000/ " , " AUTH0_RTA " : " https://auth0.auth0.com " , " AUTH0_DOMAIN " : " me.auth0.com " , " AUTH0_CLIENT_ID " : " client id of my api c