discourse/lib/auth
Sam df535c6346 FEATURE: refresh session cookie at most once an hour
This feature ensures session cookie lifespan is extended
when user is online.

Also decreases session timeout from 90 to 60 days.
Ensures all users (including logged on ones) get expiring sessions.
2016-07-25 12:07:31 +10:00
..
authenticator.rb Typo fix 2013-09-24 18:47:57 +05:30
current_user_provider.rb FEATURE: refresh session cookie at most once an hour 2016-07-25 12:07:31 +10:00
default_current_user_provider.rb FEATURE: refresh session cookie at most once an hour 2016-07-25 12:07:31 +10:00
facebook_authenticator.rb Facebook auth without an email should allow user to enter email 2014-12-08 12:43:06 +02:00
github_authenticator.rb SECURITY: GitHub authenticator returning unverified emails 2014-09-03 12:53:22 +10:00
google_oauth2_authenticator.rb FIX: skip jwt encoding for auth 2016-02-05 08:48:16 +11:00
instagram_authenticator.rb Update instagram_authenticator.rb 2016-02-26 11:37:48 +10:00
oauth2_authenticator.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
open_id_authenticator.rb FEATURE: raise an exception when the email is missing in the OpenId callback 2014-08-07 19:28:50 +02:00
result.rb FIX: Don't include name in hash when names are disabled. 2015-10-29 12:19:45 -04:00
twitter_authenticator.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00