You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers/auth
chandrn7 a6ed6845c9
Allow login through OpenID Connect (#16221)
* added OpenID Connect as an SSO option

* minor fixes

* added comments, removed an option that shouldn't be set

* fixed Gemfile.lock

* added newline to end of Gemfile.lock

* removed tab from Gemfile.lock

* remove chomp

* codeclimate changes and small name change to make function's purpose clearer

* codeclimate fix

* added SSO buttons to /about page

* minor refactor

* minor style change

* removed spurious change

* removed unecessary conditional from ensure_valid_username and added support for auth.info.name in user_params_from_auth

* minor changes
3 years ago
..
challenges_controller.rb
confirmations_controller.rb
omniauth_callbacks_controller.rb Allow login through OpenID Connect (#16221) 3 years ago
passwords_controller.rb
registrations_controller.rb Change old moderation strikes to be displayed in a separate page (#17566) 3 years ago
sessions_controller.rb Remove support for OAUTH_REDIRECT_AT_SIGN_IN (#17287) 3 years ago
setup_controller.rb