Centralize authentication #598

Merged
zachgoll merged 1 commits from move-authentication-to-global-level into main 2024-04-03 22:35:55 +08:00
zachgoll commented 2024-04-03 22:32:50 +08:00 (Migrated from github.com)

By default, every page in the app should require authentication except registration/login/password resets.

Centralizing auth allows us to implement actions that run around the authentication lifecycle easier.

By default, every page in the app should require authentication except registration/login/password resets. Centralizing auth allows us to [implement actions that run around the authentication](https://github.com/maybe-finance/maybe/pull/594#discussion_r1549657005) lifecycle easier.
zachgoll (Migrated from github.com) reviewed 2024-04-03 22:33:33 +08:00
zachgoll (Migrated from github.com) commented 2024-04-03 22:33:33 +08:00

Not currently in use. Removing until there is a need.

Not currently in use. Removing until there is a need.
Sign in to join this conversation.