mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
.. | ||
.github/workflows | ||
.vscode | ||
src | ||
.gitignore | ||
package.json | ||
README.md | ||
tsconfig.json | ||
xo.config.js | ||
yarn.lock |
Logto
The backend for Logto auth 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.