[Enhancement] Tokens generator built in preferences. #18
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
is this a one time thing, or do tokens expire with the passing of time (apart from the case when they are revoked by YT when used by multiple ppl) ??
also, privacy wise, is it the same if a token is generated via bookmark vs. button in settings?
I don't know how long it takes them to expire so idk.
Privacy wise, this is better than the bookmark since you will not touch the google servers an JS at all.
I see, one more if you don't mind.
is generation of tokens always and fully unique per user? like, can it happen that the same token is generated twice (in some time) for two different ppl separated by half of the planet?
Yes, they are unique and generated per user, there is absolutely no way 2 users get the same token.
If two users generate a token for their account in the exact same time, there will be no collision.
I still don't know how to it for people without accounts tho. Why? Because there is no way to identify them so I can't use anything to prevent collisions. With registered users, I just use their username to prevent collisions on the generation of the tokens.