0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00
🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.
Find a file
IceHe.xyz cd63388ab1
feat(schemas): zod type guards of sign-in experience jsonb fields (#473)
* feat(schemas): guard branding logo url and terms-of-use content url

* feat(schemas): guard branding logo url non-optional

* feat(schemas): guard branding colors and slogan nonempty

* chore(core,schemas): upgrade zod dependency version from 3.8.1 to 3.14.3

* feat(schemas): jsonb types guard hex color values

* feat(core): hex color regex
2022-03-31 14:19:12 +08:00
.github ci(core): add codecov github action (#297) 2022-03-01 11:05:25 +08:00
.husky fix: use lerna exec and FORCE_COLOR=1 for colorful outputs (#93) 2021-08-27 12:47:34 +08:00
.vscode refactor(console): refactor modals with modallayout (#435) 2022-03-22 17:40:06 +08:00
packages feat(schemas): zod type guards of sign-in experience jsonb fields (#473) 2022-03-31 14:19:12 +08:00
.gitignore fix(console): page layout issues 2022-03-10 12:45:32 +08:00
.npmrc feat(console): integrate React SDK 2022-03-15 13:46:49 +08:00
commitlint.config.js ci: run commitlint on PR title (#88) 2021-08-25 23:36:11 +08:00
lerna.json chore: yarn -> pnpm 2021-07-29 17:46:28 +08:00
LICENSE chore: add MPL-2.0 license (#76) 2021-08-11 22:12:36 +08:00
lint-staged.config.js chore: lint-staged for all packages (#100) 2021-08-30 22:26:58 +08:00
package.json feat(console): integrate React SDK 2022-03-15 13:46:49 +08:00
pnpm-lock.yaml feat(schemas): zod type guards of sign-in experience jsonb fields (#473) 2022-03-31 14:19:12 +08:00
pnpm-workspace.yaml chore: yarn -> pnpm 2021-07-29 17:46:28 +08:00
README.md chore: update README 2021-07-25 22:44:07 +08:00

Logto

The monorepo for Logto core service.

Get Started

TBD