1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Add real email-based authentication, fix RC account auth to try all 3 login options when it doesn't know #20

This commit is contained in:
NG (Graham)
2025-05-11 21:18:45 -04:00
parent aea56bf01e
commit d3bd795a01
7 changed files with 82 additions and 12 deletions

View File

@@ -15,7 +15,10 @@ pub enum ExtraUserInfo {
Steam {
id: u64,
},
Standalone {
Username {
password: String,
},
Email {
password: String,
}
}