0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.
Find a file
simeng-li 166fb709d3
refactor(ui): remove /404 path (#709)
* fix(ui): fix ci fail

* fix(ui):  fix redundent code

fix redundent code

* refactor(ui): render not found contend directly instead of jump to 404

render not found contend directly instead of jump to 404

* fix(ui): fix infinit toast bug

fix inifinit toast bug

* refactor(ui): show error toast

show error toast

* fix(ui): cr fix

cr fix
2022-05-05 10:57:54 +08:00
.github ci: update deploy dev (#714) 2022-04-29 21:22:15 +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 refactor(ui): remove /404 path (#709) 2022-05-05 10:57:54 +08:00
.gitignore refactor(console): sdk integration guide with mdx 2022-04-28 20:59:08 +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
install.js chore: add one-liner install command (#693) 2022-04-28 07:27:08 +00: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
merge-eslint-reports.js feat: init docs (#503) 2022-04-07 09:45:01 +08:00
package.json chore: download and install logto (#668) 2022-04-27 15:48:03 +08:00
package.sh chore: add package script (#607) 2022-04-22 10:02:54 +00:00
pnpm-lock.yaml chore: upgrade lockfile version (#718) 2022-05-05 09:52:09 +08:00
pnpm-workspace.yaml chore: yarn -> pnpm 2021-07-29 17:46:28 +08:00
README.md chore: add one-liner install command (#693) 2022-04-28 07:27:08 +00:00
renovate.json ci: extends renovate :preserveSemverRanges preset (#616) 2022-04-22 17:03:45 +08:00

Logto

The monorepo for Logto core service.

Get Started

node -e "$(printf "%s" "$(curl -fsSL https://raw.githubusercontent.com/logto-io/logto/master/install.js)")"