You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added SameSite=Lax cookie settings to access cookie set by CRM (n_token). Strict wasn't used since it would prevent the cookie to be sent on requests originated by third parties. Since the cookie is meant to be used on the CRM and CMS, and articles are meant to be visited from third parties, it would cause access issues. remp/web#1212
Added TestUserTokenAuthenticator for tests to inject custom authenticator payloads for API handlers. remp/crm#1336
Added admin.user.detail.center placeholder for widget in admin user detail. remp/crm#913