I noticed when we updated to auth-next, we kept soroban-auth and put the auth logic into that crate. The reason we had a separate crate for auth was because auth was outside the protocol. Now that auth is first-class, we can move the logic from soroban-auth into soroban-sdk so that folks get access to auth as part of the default set of sdk utilities.
Is anyone opposed to doing this? cc @arctic sage