wangsijie

Results 79 comments of wangsijie

Assume that we have 3 new migration files: 1. 1658921424_add_user_created_at 2. 1658922424_add_application_secret 3. 1658923424_change_app_id_to_client_id Then when the migration begins, these 3 files will be run in sequence, and inserting 3...

Maybe we can run a deeper comparison, detect `vid` change and get a new instance?

> Hello, how to destroy it? I'm still working on it, but I haven't solved it yet player.dispose()

这个应该是socket连接中断了,此时需要进行重新连接,如果有进展欢迎发PR~

@xiaobear250 clone本项目后执行npm run build和npm run package即可得到release的版本,其中代码压缩可以在webpack配置中关闭

It's OK to store the keys in database.

@pemassi thanks! FYI: we introduced a new repo for [connectors](https://github.com/logto-io/connectors) together with a breaking change, which is expected to ship after next week.

Replace the Auth0 part with Logto will work! But I am not sure whether this can solve your problem. @About7Deaths In this way, Logto will take place the whole built-in...

Currently, Logto stores all data in a single source: database, the default engine is postgres. So import/export can be achived by db's import/export which is supported by most of the...