* Add ENFORCEABLE_SSO feature flag * First draft of enforce sso configuration / show single sign on url * Reading and writing isSSOEnforced + integration with login page * Enable CI + lint * Set correct base branch for CI * Test fix for expected string changed * Use tenant aware platform url as SSO link * Bring in latest pro changes * Lint * Add useEnforceableSSO mock helper function * Update configs.spec.ts with coverage for public settings * Update users.spec.ts with additional tests for isPreventPasswordActions * Lint * Update refresh OAuthToken to use correct enum and add case statement |
||
---|---|---|
.. | ||
.vscode | ||
assets | ||
build | ||
src | ||
ts | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md | ||
babel.config.js | ||
index.html | ||
nuxt.config.js | ||
package.json | ||
reporterConfig.json | ||
routify.config.js | ||
setup.js | ||
testConfig.json | ||
tsconfig.build.json | ||
tsconfig.json | ||
vite.config.js | ||
yarn.lock |
README.md
Get Started
yarn install
Vite dev server (port 3000): yarn run dev
Build yarn run build