native_redirect_uri:Use %{native_redirect_uri} for local tests
redirect_uri:Use one line per URI
scopes:Separate scopes with spaces. Leave blank to use the default scopes.
index:
application:Application
callback_url:Callback URL
delete:Delete
name:Name
new:New application
scopes:Scopes
show:Show
title:Your applications
new:
title:New application
show:
actions:Actions
application_id:Client key
callback_urls:Callback URLs
scopes:Scopes
secret:Client secret
title: 'Application:%{name}'
authorizations:
buttons:
authorize:Authorize
deny:Deny
error:
title:An error has occurred
new:
able_to:It will be able to
prompt:Application %{client_name} requests access to your account
title:Authorization required
show:
title:Copy this authorization code and paste it to the application.
authorized_applications:
buttons:
revoke:Revoke
confirmations:
revoke:Are you sure?
index:
application:Application
created_at:Authorized
date_format:"%Y-%m-%d %H:%M:%S"
scopes:Scopes
title:Your authorized applications
errors:
messages:
access_denied:The resource owner or authorization server denied the request.
credential_flow_not_configured:Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
invalid_client:Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.
invalid_grant:The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.
invalid_redirect_uri:The redirect uri included is not valid.
invalid_request:The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
invalid_resource_owner:The provided resource owner credentials are not valid, or resource owner cannot be found
invalid_scope:The requested scope is invalid, unknown, or malformed.
invalid_token:
expired:The access token expired
revoked:The access token was revoked
unknown:The access token is invalid
resource_owner_authenticator_not_configured:Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.
server_error:The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
temporarily_unavailable:The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
unauthorized_client:The client is not authorized to perform this request using this method.
unsupported_grant_type:The authorization grant type is not supported by the authorization server.
unsupported_response_type:The authorization server does not support this response type.