0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/core/README.md
2021-07-25 17:39:56 +08:00

444 B

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.