You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config/initializers
Eugen Rochko 5d2fc6de32
Add REST API for creating an account (#9572)
* Add REST API for creating an account

The method is available to apps with a token obtained via the client
credentials grant. It creates a user and account records, as well as
an access token for the app that initiated the request. The user is
unconfirmed, and an e-mail is sent as usual.

The method returns the access token, which the app should save for
later. The REST API is not available to users with unconfirmed
accounts, so the app must be smart to wait for the user to click a
link in their e-mail inbox.

The method is rate-limited by IP to 5 requests per 30 minutes.

* Redirect users back to app from confirmation if they were created with an app

* Add tests

* Return 403 on the method if registrations are not open

* Require agreement param to be true in the API when creating an account
6 years ago
..
0_post_deployment_migrations.rb
1_hosts.rb Set Content-Security-Policy rules through RoR's config (#8957) 6 years ago
active_model_serializers.rb
application_controller_renderer.rb
assets.rb
backtrace_silencers.rb
blacklists.rb
chewy.rb
content_security_policy.rb Add manifest_src to CSP, add blob to connect_src (#8967) 6 years ago
cookies_serializer.rb
cors.rb Use same CORS policy for /@:username and /users/:username (#9485) 6 years ago
delivery_job.rb Skip mailer job retries when a record no longer exists (#9590) 6 years ago
devise.rb
doorkeeper.rb Add unread indicator to conversations (#9009) 6 years ago
fast_blank.rb
ffmpeg.rb add ffmpeg initializer (#8855) 6 years ago
filter_parameter_logging.rb
http_client_proxy.rb lint pass 2 (#8878) 6 years ago
httplog.rb
inflections.rb
instrumentation.rb
json_ld.rb Preload common JSON-LD contexts (#9412) 6 years ago
kaminari_config.rb
mime_types.rb
oj.rb
omniauth.rb lint pass 2 (#8878) 6 years ago
open_uri_redirection.rb rubocop issues - Cleaning up (#8912) 6 years ago
pagination.rb
paperclip.rb
premailer_rails.rb
rack_attack.rb Add REST API for creating an account (#9572) 6 years ago
rack_attack_logging.rb
redis.rb
session_activations.rb
session_store.rb
sidekiq.rb lint pass 2 (#8878) 6 years ago
simple_form.rb
single_user_mode.rb
statsd.rb
stoplight.rb
strong_migrations.rb
suppress_csrf_warnings.rb
trusted_proxies.rb
twitter_regex.rb
vapid.rb
wrap_parameters.rb