feat: add oidc and basic support for playground

This commit is contained in:
2025-01-14 07:27:09 +08:00
parent c6677d414d
commit 877d90d1e2
72 changed files with 2769 additions and 376 deletions

View File

@@ -21,7 +21,8 @@ async fn can_find_by_pid() {
// testing::seed::<App>(&boot.app_context.db).await.unwrap();
//
// let existing_subscriber =
// Model::find_by_pid(&boot.app_context, "11111111-1111-1111-1111-111111111111").await;
// Model::find_by_pid(&boot.app_context,
// "11111111-1111-1111-1111-111111111111").await;
//
// assert_debug_snapshot!(existing_subscriber);
}