]> git.openstreetmap.org Git - rails.git/commit
Remove Oauth::OAUTH2_SCOPES
authorAnton Khorev <tony29@yandex.ru>
Fri, 6 Sep 2024 06:14:54 +0000 (09:14 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 6 Sep 2024 06:14:54 +0000 (09:14 +0300)
commitda28c0e5613260115aedd88730b748e5e79fa406
tree842987d1f4e93a32aa6d44c11ab4eeda27424ed0
parentdcb0369788b70b262845c601cad0a874b427725a
Remove Oauth::OAUTH2_SCOPES

After OAuth1 was removed, all scopes are OAuth2 scopes. Former OAuth2-only scopes now can be combined with the rest.
app/views/oauth2_applications/_form.html.erb
config/initializers/doorkeeper.rb
lib/oauth.rb