at once?
I mean like if we can get all info at once.
for example, I have stored a. b, c at my database and i want to fetch all a, b,c at once like all the info which contains a, b,c by using .forEach
so is it possible?
if you need more explanation feel free to tell.
Wat
Yes, we need more explanation
Hmm sure so like i am currently working on discord oauth2 so while any user Authorize my application, it shows me there oauth access token and refresh token. Access token gets expires in 7 days whereas there is no expiration date for refresh token. So it gives me access to join guilds for them. So for joining guilds I need to use refresh token to get new access token and it also gives me a new refresh token. So what I do is i store each access token and refresh token in quickdb and whenever I need, I want do like it gets every refresh token (at once) and gets new access token and refresh token and replace it to db. so is it possible?
What if you have 10 million tokens
Nah I will just have max 1000
Обсуждают сегодня