mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 11:08:07 +01:00
2211e8d1cd
* feat: Revocable sessions * fix: Tests using sign_in * feat: Configuration entry for the maximum number of session activations
4 lines
78 B
Ruby
4 lines
78 B
Ruby
Fabricator(:session_activation) do
|
|
user_id 1
|
|
session_id "MyString"
|
|
end
|