mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-03 13:34:30 +00:00
2211e8d1cd
* feat: Revocable sessions * fix: Tests using sign_in * feat: Configuration entry for the maximum number of session activations
5 lines
78 B
Ruby
5 lines
78 B
Ruby
Fabricator(:session_activation) do
|
|
user_id 1
|
|
session_id "MyString"
|
|
end
|