abstract class AuthService { /// Authenticates the user and returns a JWT token. Future login(String username, String secret); }