Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting
to the API
This commit is contained in:
parent
17122df80d
commit
a9e40a3d80
26 changed files with 195 additions and 99 deletions
2
app/views/oauth/authorizations/error.html.haml
Normal file
2
app/views/oauth/authorizations/error.html.haml
Normal file
|
@ -0,0 +1,2 @@
|
|||
.flash-message#error_explanation
|
||||
= @pre_auth.error_response.body[:error_description]
|
Loading…
Add table
Add a link
Reference in a new issue