By: Michael Lynch <git@mtlynch.io>
Replace duplicated mustCreateToken test helpers with MustCreateToken mustCreateToken was duplicated across test packages. Adding MustCreateToken to the login_token package lets tests share one validated constructor alongside the existing MustCreateUserID and MustCreateEmailAddress helpers.