We are migrating from a different authentication system, and it would be helpful to have a simple way to map the previous user ID to a property within the JWT, such as external_user_id. This approach would allow us to avoid creating an additional table in our application database and eliminate the need for frequent database calls.