0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-24 22:41:28 -05:00
🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.
Find a file
simeng-li 18a142ab65
feat(schema): add resource and scope table (#145)
* feat(schema): add resource and scope table

implement resource-servers and resource-scopes table with some basic queries

* fix(schema): remove scope update querie

not allowed to update scope once created

* feat(schema): add resourceId foreign key to the scope table

add resourceId foreign key to the scope table

* fix(schema): remove trailling comma

remove trailling comma

* fix(schema): cr fix replace resource-servers table name using resources

replace resource-servers table name using resources
2021-12-01 11:41:16 +08:00
.github chore: update PR template (#124) 2021-09-29 09:59:28 +08:00
.husky fix: use lerna exec and FORCE_COLOR=1 for colorful outputs (#93) 2021-08-27 12:47:34 +08:00
.vscode feat(ui): add create account link 2021-07-26 23:56:38 +08:00
packages feat(schema): add resource and scope table (#145) 2021-12-01 11:41:16 +08:00
.gitignore chore: git ignore .idea/ (#129) 2021-10-27 15:25:56 +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 chore: improved lifecycle scripts and workflow (#112) 2021-09-08 10:29:37 +08:00
pnpm-lock.yaml feat: add koa-pagination (#143) 2021-11-30 11:06:50 +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