-
- Downloads
Query only distinct OAuth access tokens by application ID
With recent changes all access tokens for a given application were being displayed rather than just the latest one, as previously. With this change only the latest token will be displayed. Changelog: fixed
parent
b1370b1d
No related branches found
No related tags found
Showing
- app/controllers/oauth/applications_controller.rb 3 additions, 1 deletionapp/controllers/oauth/applications_controller.rb
- app/models/oauth_access_token.rb 2 additions, 0 deletionsapp/models/oauth_access_token.rb
- app/models/user.rb 1 addition, 1 deletionapp/models/user.rb
- db/migrate/20220630202329_add_partial_index_on_oauth_access_tokens_revoked_at_with_order.rb 20 additions, 0 deletions...ial_index_on_oauth_access_tokens_revoked_at_with_order.rb
- db/schema_migrations/20220630202329 1 addition, 0 deletionsdb/schema_migrations/20220630202329
- db/structure.sql 2 additions, 2 deletionsdb/structure.sql
- spec/features/profiles/oauth_applications_spec.rb 2 additions, 0 deletionsspec/features/profiles/oauth_applications_spec.rb
- spec/models/oauth_access_token_spec.rb 33 additions, 15 deletionsspec/models/oauth_access_token_spec.rb
db/schema_migrations/20220630202329
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!1252 (merged)
Please register or sign in to comment