# frozen_string_literal: truemoduleApi# The controller that handles authentications.classAuthenticationsController<ApplicationControllerdefcreate;enddefdestroy;enddefrefresh;endprivatedefpermitted_paramsparams.require(:user_account).permit(:email,:password)endendend