AppFlowy-Cloud/tests/client
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
..
constants.rs feat: Auth server integration (#9) 2023-09-04 11:23:40 +08:00
login.rs feat: refactor server collab (#15) 2023-09-06 18:22:40 +08:00
mod.rs feat: ci: dockerize gotrue auth server (#13) 2023-09-06 14:12:39 +08:00
password.rs feat: refactor server collab (#15) 2023-09-06 18:22:40 +08:00
register.rs feat: Auth server integration (#9) 2023-09-04 11:23:40 +08:00
sign_in.rs feat: test gotrue when app start, use state for gotrue client, use go… (#24) 2023-09-11 17:16:41 +08:00
sign_out.rs refactor: return AppError (#28) 2023-09-11 15:23:55 +08:00
sign_up.rs refactor: return AppError (#28) 2023-09-11 15:23:55 +08:00
update.rs refactor: refactor app data struct (#23) 2023-09-10 11:56:22 +08:00
utils.rs Feat: enrich http dto (#20) 2023-09-08 20:01:28 +08:00