Files
fizzy/app/views
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-31 15:37:14 +01:00
2025-10-30 17:21:06 -05:00
2025-10-31 14:57:28 +01:00
2025-10-31 12:59:58 +01:00
2025-09-10 11:24:23 +02:00
2025-10-23 15:05:36 -07:00
2025-04-17 15:42:17 -05:00
2024-11-29 17:05:32 -06:00