mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
Add client_secret_expires_at to OAuth Applications (#30317)
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user