16 lines
409 B
YAML
16 lines
409 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
token: <%= SecureRandom.urlsafe_base64(32) %>
|
|
application: kavita_app
|
|
user: alice
|
|
scope: "openid profile email"
|
|
expires_at: 2025-12-31 23:59:59
|
|
|
|
two:
|
|
token: <%= SecureRandom.urlsafe_base64(32) %>
|
|
application: another_app
|
|
user: bob
|
|
scope: "openid profile email"
|
|
expires_at: 2025-12-31 23:59:59
|