mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-01 20:45:56 +00:00
26f21fd5a0
* Cas authentication feature * Config * Remove class_eval + Omniauth initializer * Codeclimate review * Codeclimate review 2 * Codeclimate review 3 * Remove uid/email reconciliation * SAML authentication * Clean up code * Improve login form * Fix code style issues * Add locales
6 lines
88 B
Ruby
6 lines
88 B
Ruby
Fabricator(:identity) do
|
|
user nil
|
|
provider "MyString"
|
|
uid "MyString"
|
|
end
|