Files
fizzy/app/controllers/concerns
Mike Dalessio 1277cc065b Introduce untenanted Identity and Membership models
The new integration test shows the desired user-facing behavior, which
is to make it easy to login without a tenanted URL and to jump between
tenants.

Note that we track two things in the identity_token cookie: a signed
id, and the updated_at for the underlying Identity object. This allows
us to effectively cache on the Identity without having to hit the
database, by using an Identity::Mock object that is compatible with
etag and cache methods.
2025-10-31 16:22:12 +01:00
..
2025-06-24 12:45:15 +02:00
2025-04-09 14:50:58 +02:00
2025-10-29 13:37:14 +01:00
2025-10-29 13:41:11 +01:00
2025-10-29 13:50:19 +01:00