AppFlowy-Cloud/libs
Zack 853f089ca0
feat: test gotrue when app start, use state for gotrue client, use go… (#24)
* feat: test gotrue when app start, use state for gotrue client, use gotrue UUID instead of BIGINT for user uid

* feat: backward compatibility with native authetication

* fix: native auth use uuid instead

* fix: sqlx preparation

* fix: sqlx metadata and unused variable

* fix: clippy

* fix: create workspace if not exist after sign in

* chore: update .sqlx with new query

* feat: query workspace

* revert: revert using i64 for user id

* fix: update sqlx queries

* fix: update .sqlx metadata

* feat: only use uuid from sqlx types, select user_profile view

* ci: add version check

* ci: add missing sqlx files

* chore: cargo fmt
2023-09-11 17:16:41 +08:00
..
client-api refactor: return AppError (#28) 2023-09-11 15:23:55 +08:00
gotrue feat: test gotrue when app start, use state for gotrue client, use go… (#24) 2023-09-11 17:16:41 +08:00
infra chore: separate crates (#18) 2023-09-07 19:40:11 +08:00
realtime chore: remove unused deps (#29) 2023-09-11 16:21:16 +08:00
shared-entity feat: test gotrue when app start, use state for gotrue client, use go… (#24) 2023-09-11 17:16:41 +08:00
snowflake chore: separate crates (#18) 2023-09-07 19:40:11 +08:00
storage feat: test gotrue when app start, use state for gotrue client, use go… (#24) 2023-09-11 17:16:41 +08:00
token chore: separate crates (#18) 2023-09-07 19:40:11 +08:00