Skip to content

0.17.0

Compare
Choose a tag to compare
@rootpd rootpd released this 27 Jul 21:51
· 514 commits to master since this release
  • 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
  • Add confirm button to user detail in admin UI #10