discourse/lib/auth
David Taylor 59c2407e18
FEATURE: add username header to global-rate-limited responses (#25265)
This will make it easier to analyze rate limiting in reverse-proxy logs. To make this possible without a database lookup, we add the username to the encrypted `_t` cookie data.
2024-01-15 19:50:37 +00:00
..
auth_provider.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
authenticator.rb FEATURE: Experimental support for group membership via google auth (#14835) 2021-12-09 12:30:27 +00:00
current_user_provider.rb DEV: lint against Layout/EmptyLineBetweenDefs (#24914) 2023-12-15 23:46:04 +08:00
default_current_user_provider.rb FEATURE: add username header to global-rate-limited responses (#25265) 2024-01-15 19:50:37 +00:00
discord_authenticator.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
facebook_authenticator.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
github_authenticator.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
google_oauth2_authenticator.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
managed_authenticator.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
result.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
twitter_authenticator.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00