Files
fizzy/app/controllers
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-10-03 10:56:34 +02:00
2025-09-22 12:55:19 +02:00
2025-10-16 16:05:01 +02:00
2025-06-24 12:45:15 +02:00
2025-04-12 18:15:05 +02:00