Shant Tokatyan
Shant Tokatyan
MManifest
Created by Shant Tokatyan on 12/7/2024 in #questions-šŸ™‹
I want to prevent people from updating other scores on a leaderboard, but that doesn't seem possible
Thank you, Iā€™m rooting for Manifest! Look forward to custom logic
11 replies
MManifest
Created by Shant Tokatyan on 12/7/2024 in #questions-šŸ™‹
I want to prevent people from updating other scores on a leaderboard, but that doesn't seem possible
Yup, I ended up not using manifest and making my own backend instead. I look forward to using manifest one day though
11 replies
MManifest
Created by Shant Tokatyan on 12/7/2024 in #questions-šŸ™‹
I want to prevent people from updating other scores on a leaderboard, but that doesn't seem possible
If an ID is incremented, then everyone has access to (and can find) every row, but at least if a row can be made so that it is only fetched by a certain field, e.g a uuid, then the uuid will be much harder to for people to guess.
11 replies
MManifest
Created by Shant Tokatyan on 12/7/2024 in #questions-šŸ™‹
I want to prevent people from updating other scores on a leaderboard, but that doesn't seem possible
Hi, the one difference is that I am okay with non owners being able to update a row -- I just want to use an ID that is not incremented so that it is harder to guess a row.
11 replies
MManifest
Created by Shant Tokatyan on 12/4/2024 in #questions-šŸ™‹
I plan to use Manifest for hosting a leaderboard. Any advice?
Thank you @Joe Beretta -- I did some additional planning, and I am more confident that this will fit my needs. My only question at the moment is: How should I make my first admin account when the time comes to deploy a release to production? The docs mention that the seed command will create the first Admin user, but the docs also mention that I shouldn't use the seed command because it wipes the data. Should I use seed the very first time, and then quickly change the password for the Admin, and then change the start string that is mentioned in the docs
5 replies