1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/src
Nuno Góis 7d73d772df
feat: add the account abstraction logic (#2918)
https://linear.app/unleash/issue/2-579/improve-user-like-behaviour-for-service-accounts-accounts-concept

Builds on top of https://github.com/Unleash/unleash/pull/2917 by moving
the responsibility of handling both account types from `users` to
`accounts`.

Ideally:
 - `users` - Should only handle users;
 - `service-accounts` - Should only handle service accounts;
 - `accounts` - Should handle any type of account;

This should hopefully also provide a good building block in case we
later decide to refactor this further down the `accounts` path.
2023-01-18 16:08:07 +00:00
..
lib feat: add the account abstraction logic (#2918) 2023-01-18 16:08:07 +00:00
mailtemplates
migrations feat: enterprise service accounts (BE) (#2806) 2023-01-03 15:15:32 +00:00
test feat: add the account abstraction logic (#2918) 2023-01-18 16:08:07 +00:00
migrator.ts
server-dev.ts feat: initial status box implementation (#2913) 2023-01-18 10:10:41 +01:00
server.ts