locales/en.yml in rodauth-oauth-1.0.0.pre.beta1 vs locales/en.yml in rodauth-oauth-1.0.0.pre.beta2
- old
+ new
@@ -53,15 +53,17 @@
oauth_invalid_grant_message: "Invalid grant"
oauth_invalid_scope_message: "Invalid scope"
invalid_url_message: "Invalid URL"
oauth_unsupported_token_type_message: "Invalid token type hint"
null_error_message: "is not filled"
+ oauth_unsupported_response_type_message: "Unsupported response type"
oauth_already_in_use_message: "error generating unique token"
oauth_expired_token_message: "the device code has expired"
oauth_access_denied_message: "the authorization request has been denied"
oauth_authorization_pending_message: "the authorization request is still pending"
oauth_slow_down_message: "authorization request is still pending but poll interval should be increased"
oauth_code_challenge_required_message: "code challenge required"
oauth_unsupported_transform_algorithm_message: "transform algorithm not supported"
- oauth_request_uri_not_supported_message: "request uri is unsupported"
oauth_invalid_request_object_message: "request object is invalid"
oauth_invalid_scope_message: "The Access Token expired"
+ oauth_authorize_parameter_required: "'%{parameter}' is a required parameter"
+ oauth_invalid_post_logout_redirect_uri_message: "Invalid post logout redirect URI"