0
0
Fork 0

Add client_secret_expires_at to OAuth Applications (#30317)

This commit is contained in:
Emelia Smith 2024-11-12 23:06:13 +01:00 committed by GitHub
parent ace4268308
commit 2bd56f726a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 1 deletions

View file

@ -42,6 +42,7 @@ RSpec.describe 'Apps' do
id: app.id.to_s,
client_id: app.uid,
client_secret: app.secret,
client_secret_expires_at: 0,
name: client_name,
website: website,
scopes: ['read', 'write'],