0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/core
2021-07-25 17:39:58 +08:00
..
.github/workflows Create main.yml 2021-07-25 17:39:55 +08:00
.husky chore: add commitlint 2021-07-25 17:39:56 +08:00
.vscode Update config 2021-07-25 17:39:56 +08:00
src feat: fetch client info from DB, close #3 2021-07-25 17:39:58 +08:00
.gitignore Update config 2021-07-25 17:39:56 +08:00
commitlint.config.js api: add sign in / consent 2021-07-25 17:39:57 +08:00
package.json chore: upgrade slonik 2021-07-25 17:39:58 +08:00
README.md Update README.md 2021-07-25 17:39:56 +08:00
tsconfig.json refactor: add @ path alias 2021-07-25 17:39:57 +08:00
xo.config.js Update config 2021-07-25 17:39:56 +08:00
yarn.lock chore: upgrade slonik 2021-07-25 17:39:58 +08:00

Logto Core

Logto is an open-source identity solution. This repo contains the core service.

Get Started

Create .env under project root with the following vars:

DB_URL=postgres://your-postgres-db-url
OIDC_PROVIDER_PRIVATE_KEY_BASE64=private-key-for-oidc-provider-base64-encoded
yarn && yarn dev

Notes

Upgrade xo after this issue is solved.