https://github.com/lit-protocol/lit-oauth
https://github.com/lit-protocol/lit-oauth
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lit-protocol/lit-oauth
- Owner: LIT-Protocol
- License: gpl-3.0
- Created: 2021-09-20T21:57:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T19:52:12.000Z (over 2 years ago)
- Last Synced: 2023-10-04T08:44:34.553Z (over 2 years ago)
- Language: JavaScript
- Size: 2.44 MB
- Stars: 8
- Watchers: 10
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⛔️ DEPRECATED this is an unmaintained repository using an older version of the Lit JS SDK.
# Lit Protocol oauth connectors
## Migrations
To run migrations on heroku, you can try this this crazy
command: `heroku run "cd server; npm i -g knex; knex migrate:latest --esm --knexfile ./knexfile.js --env production"`
If that doesn't work, then just try this: `heroku run "cd server; npm i -g knex; knex migrate:latest"`
And if that doesn't work, then you should use migrate:up instead of migrate:latest and do them one at a tiem.