Username checking

This commit is contained in:
2024-07-22 00:11:58 -04:00
Unverified
parent eba1765fac
commit 4bd3112816
3 changed files with 43 additions and 18 deletions

View File

@@ -18,10 +18,7 @@ pub trait RealmAuth {
//NOTE: Anyone can call
async fn get_avatar_for_user(username: String) -> Result<String, ErrorCode>;
//TODO:
// Create account
// Change username
// OAuth login, check against email, store token, take avatar: Google, Apple, GitHub, Discord
// TODO: OAuth login, check against email, store token, take avatar: Google, Apple, GitHub, Discord
}
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]