2021-06-30 23:19:19 +08:00
|
|
|
# Logto Core
|
2021-06-06 18:30:37 +08:00
|
|
|
|
2021-06-30 23:19:19 +08:00
|
|
|
Logto is an open-source identity solution. This repo contains the core service.
|
2021-06-06 18:30:37 +08:00
|
|
|
|
|
|
|
## Get Started
|
|
|
|
|
2021-06-29 23:04:20 +08: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 18:30:37 +08:00
|
|
|
```bash
|
|
|
|
yarn && yarn dev
|
|
|
|
```
|
|
|
|
|
|
|
|
## Notes
|
|
|
|
|
|
|
|
Upgrade `xo` after [this issue](https://github.com/SamVerschueren/vscode-linter-xo/issues/91) is solved.
|