You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hint: "The app has a copy of this. Used in the signin redirect dance.",
value: @application.secret,
}%>
UID and secret should have a minimum length of 64 characters enforced
There doesn't appear to be any validation enforcing a minimum length on these fields in either the DoorkeeperApplicationsController or the Doorkeeper::Application.
There should be a "regenerate" button on the application page which makes new ones
There doesn't appear to be any such button on the application page.
Given all the above, I think this is still a valid issue.
Feature request! We have some OAuth UIDs and secrets which are not as long as some other ones, and should be longer.
I think we should do the following:
The text was updated successfully, but these errors were encountered: