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

21 lines
444 B
Markdown
Raw Normal View History

2021-06-30 10:19:19 -05:00
# Logto Core
2021-06-06 05:30:37 -05:00
2021-06-30 10:19:19 -05:00
Logto is an open-source identity solution. This repo contains the core service.
2021-06-06 05:30:37 -05:00
## Get Started
2021-06-29 10:04:20 -05:00
Create `.env` under project root with the following vars:
```env
DB_URL=postgres://your-postgres-db-url
OIDC_PROVIDER_PRIVATE_KEY_BASE64=private-key-for-oidc-provider-base64-encoded
```
2021-06-06 05:30:37 -05:00
```bash
yarn && yarn dev
```
## Notes
Upgrade `xo` after [this issue](https://github.com/SamVerschueren/vscode-linter-xo/issues/91) is solved.