-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAuth UIDs and secrets should be generated, not manually edited #515
Comments
The UID is still an editable text field: signon/app/views/doorkeeper_applications/edit.html.erb Lines 64 to 72 in a0f4e42
The secret is still an editable text field: signon/app/views/doorkeeper_applications/edit.html.erb Lines 74 to 82 in a0f4e42
There doesn't appear to be any validation enforcing a minimum length on these fields in either the
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: