Assert usage of client credentials for account registration (#34828)

This commit is contained in:
Emelia Smith 2025-05-28 14:09:32 +02:00 committed by GitHub
parent 6ffa262546
commit a73ade526a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 28 additions and 1 deletions

View file

@ -0,0 +1,5 @@
# frozen_string_literal: true
Fabricator :client_credentials_token, from: :accessible_access_token do
resource_owner_id { nil }
end