Hey! How is it possible to rotatr BETTER_AUTH_SECRET without it messing up exsiting users' password validation and existing sessions? My assumption is that if I just change it, these things will all stop working since the secret that was used to sign/hash etc has changed so hashes cant be recomputed. Help is much appreciated!