Is your feature request related to a problem?
RIght now, Faithful is very closely coupled to Discord and its entire account system relies on Discord IDs to function. However, not all users have Discord IDs (such as legacy contributors, organizational accounts, etc) and it also exposes the users' Discord ID to the public even if they might not want that.
Describe the feature you'd like
Instead of keying the user collection by Discord IDs, it should use Firestorm uniqid keys and simply have Discord IDs as a property on the user object to validate against.
Screenshot(s)
No response
Notes
This would require a significant overhaul to web app authentication, website user slugs, submission author storage, /texture username retrieval, and addon/contribution author storage.
Is your feature request related to a problem?
RIght now, Faithful is very closely coupled to Discord and its entire account system relies on Discord IDs to function. However, not all users have Discord IDs (such as legacy contributors, organizational accounts, etc) and it also exposes the users' Discord ID to the public even if they might not want that.
Describe the feature you'd like
Instead of keying the user collection by Discord IDs, it should use Firestorm uniqid keys and simply have Discord IDs as a property on the user object to validate against.
Screenshot(s)
No response
Notes
This would require a significant overhaul to web app authentication, website user slugs, submission author storage, /texture username retrieval, and addon/contribution author storage.