discourse/lib/auth
Guo Xiang Tan d3c972c30c FIX: Rescue from readonly errors when looking up auth tokens.
Since this is rare, we don't want to check for
`Discourse.pg_readonly_mode?` on every request since we have to reach
for Redis. Instead, just rescue the error here.
2020-06-04 09:12:49 +08:00
..
auth_provider.rb
authenticator.rb
current_user_provider.rb
default_current_user_provider.rb FIX: Rescue from readonly errors when looking up auth tokens. 2020-06-04 09:12:49 +08:00
discord_authenticator.rb
facebook_authenticator.rb
github_authenticator.rb
google_oauth2_authenticator.rb
instagram_authenticator.rb
managed_authenticator.rb
oauth2_authenticator.rb
result.rb
twitter_authenticator.rb