discourse/app
Krzysztof Kotlarek a1d2c46d28
FIX: increase secure session for OAuth expiration time (#27674)
By default, secure sessions expire after 1 hour.
For OAuth authentication it should expire at the same time when the authentication cookie expires - `SiteSetting.maximum_session_age.hours`.

It is possible that the forum will not have persistent sessions, based on `persistent_sessions` site setting. In that case, with next username and password authentication we need to reset information about OAuth.

Bug introduced in this PR - https://github.com/discourse/discourse/pull/27547
2024-07-02 11:43:59 +10:00
..
assets FIX: Small delay when auto-adding list item in composer (#27661) 2024-07-02 09:37:10 +10:00
controllers FIX: increase secure session for OAuth expiration time (#27674) 2024-07-02 11:43:59 +10:00
helpers FIX: Regression in custom homepage modifier used in theme components (#27569) 2024-06-21 11:24:11 -04:00
jobs DEV: Block accidental serialization of entire AR models (#27668) 2024-07-01 17:08:48 -03:00
mailers FIX: correctly compute the window for email summaries 2024-05-27 22:33:51 +02:00
models PERF: Eager load field causing N+1 issue (#27626) 2024-07-01 20:55:06 -03:00
serializers FIX: Hide message button for current user if can't message (#27672) 2024-07-02 10:01:58 +10:00
services FIX: invalid user locale when accepting group membership 2024-06-27 19:22:55 +02:00
views DEV: Block accidental serialization of entire AR models (#27668) 2024-07-01 17:08:48 -03:00