Module: Morpho
- Defined in:
- lib/morpho.rb,
lib/morpho/cipher.rb,
lib/morpho/engine.rb,
lib/morpho/version.rb,
app/models/morpho/user.rb,
lib/morpho/configuration.rb,
app/api/morpho/entities/base.rb,
app/api/morpho/entities/user.rb,
lib/morpho/grape/data_parser.rb,
app/api/morpho/entities/error.rb,
app/services/morpho/jwt/token.rb,
lib/morpho/configurations/api.rb,
lib/morpho/configurations/jwt.rb,
lib/morpho/grape/data_wrapper.rb,
app/api/morpho/resources/hello.rb,
app/api/morpho/resources/users.rb,
app/mailers/morpho/user_mailer.rb,
app/services/morpho/jwt/decode.rb,
app/services/morpho/jwt/encode.rb,
lib/morpho/configurations/auth.rb,
app/api/morpho/entities/message.rb,
app/api/morpho/resources/tokens.rb,
app/jobs/morpho/application_job.rb,
app/services/morpho/jwt/payload.rb,
app/api/morpho/entities/external.rb,
app/api/morpho/helpers/jwt_utils.rb,
app/api/morpho/resources/unlocks.rb,
app/models/morpho/authentication.rb,
lib/morpho/configurations/mailer.rb,
app/api/morpho/entities/user_email.rb,
app/api/morpho/resources/externals.rb,
app/api/morpho/resources/passwords.rb,
app/api/morpho/entities/credentials.rb,
app/api/morpho/entities/user_sign_up.rb,
app/api/morpho/resources/activations.rb,
app/models/concerns/morpho/tokenable.rb,
app/models/morpho/application_record.rb,
app/api/morpho/entities/refresh_token.rb,
app/api/morpho/helpers/http_responses.rb,
app/helpers/morpho/application_helper.rb,
app/mailers/morpho/application_mailer.rb,
app/controllers/morpho/home_controller.rb,
app/controllers/morpho/users_controller.rb,
app/api/morpho/exceptions/standard_error.rb,
app/api/morpho/formatters/standard_error.rb,
app/concepts/morpho/operations/base/find.rb,
app/concepts/morpho/operations/base/form.rb,
app/concepts/morpho/operations/base/fetch.rb,
app/controllers/morpho/unlocks_controller.rb,
app/concepts/morpho/contracts/user/sign_in.rb,
app/concepts/morpho/contracts/user/sign_up.rb,
app/concepts/morpho/operations/base/create.rb,
app/concepts/morpho/operations/base/delete.rb,
app/concepts/morpho/operations/base/update.rb,
app/controllers/morpho/sessions_controller.rb,
app/concepts/morpho/operations/user/sign_in.rb,
app/concepts/morpho/operations/user/sign_up.rb,
app/controllers/morpho/passwords_controller.rb,
app/api/morpho/entities/authentication_token.rb,
app/services/morpho/jwt/authentication_token.rb,
app/controllers/morpho/activations_controller.rb,
app/controllers/morpho/application_controller.rb,
lib/morpho/validators/contain_number_validator.rb,
lib/morpho/validators/contain_symbol_validator.rb,
app/concepts/morpho/contracts/user/deliver_email.rb,
app/concepts/morpho/contracts/user/refresh_token.rb,
app/concepts/morpho/operations/user/deliver_email.rb,
app/concepts/morpho/operations/user/refresh_token.rb,
lib/morpho/validators/contain_uppercase_validator.rb,
app/concepts/morpho/operations/user/generate_token.rb,
app/concepts/morpho/contracts/user/external_sign_in.rb,
app/concepts/morpho/operations/user/external_sign_in.rb,
app/concepts/morpho/contracts/user/resend_unlock_email.rb,
app/concepts/morpho/operations/user/resend_unlock_email.rb,
app/concepts/morpho/contracts/user/resend_activation_email.rb,
lib/generators/morpho/install/templates/app/api/morpho/api.rb,
app/concepts/morpho/operations/user/resend_activation_email.rb,
app/concepts/morpho/contracts/user/send_reset_password_email.rb,
app/concepts/morpho/operations/user/send_reset_password_email.rb
Defined Under Namespace
Modules: ApplicationHelper, Cipher, Configurations, Contracts, Entities, Exceptions, Formatters, Grape, Helpers, JWT, Operations, Resources, Tokenable, Validators
Classes: API, ActivationsController, ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, Authentication, Configuration, Engine, HomeController, InstallGenerator, PasswordsController, SessionsController, UnlocksController, User, UserMailer, UsersController
Constant Summary
collapse
- VERSION =
'1.2.1'
Class Attribute Summary collapse
Class Method Summary
collapse
Class Method Details
16
17
18
|
# File 'lib/morpho.rb', line 16
def configure
yield config
end
|