Sha256: bf9a9e469fc39b59093b3d67e94766f404d185a18ee6acf52f6928da9def4c28
Contents?: true
Size: 647 Bytes
Versions: 9
Compression:
Stored size: 647 Bytes
Contents
# frozen_string_literal: true module Maestrano module Api class AccountController < ApiController include Maestrano::Api::Concerns::AccountController # def setup_form # TODO return the json angular schema form # that will be used for the user to link their account # See https://github.com/json-schema-form/angular-schema-form/ # end # def link_account # TODO similar to oauth_controller#request, method that allows # the user to link their account. # Params will be the ones from the setup_form + # 'org-uid': the channel_id (e.g: org-fbba) # end end end end
Version data entries
9 entries across 9 versions & 1 rubygems