magz :3@lemmy.blahaj.zonetoTechnology@lemmy.world•Bitwarden has launched a new authenticator appEnglish
1·
6 months agoit’s basically just a shared random number generator on a timer (it’s slightly smarter than that but that’s the gist), so as long as you know the start time, the current time and the starting point for the RNG, both parties can get the same result without having to ever communicate
if you have a pipeline running eslint on all your PRs (which you should have!), you can set
no-explicit-any
as an error in your eslint config so it’s impossible to merge code withany
in it