mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-19 17:52:45 +02:00
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. |
||
---|---|---|
.. | ||
models | ||
settings | ||
stores | ||
api-user.ts | ||
authentication-required.ts | ||
core.ts | ||
environment.ts | ||
events.ts | ||
experimental.ts | ||
favorites.ts | ||
group.ts | ||
index.ts | ||
model.ts | ||
mutable.ts | ||
no-auth-user.ts | ||
openapi.d.ts | ||
option.ts | ||
partial.ts | ||
permissions.ts | ||
project.ts | ||
query.ts | ||
saved.ts | ||
serialize-dates.test.ts | ||
serialize-dates.ts | ||
services.ts | ||
stores.ts | ||
user.test.ts | ||
user.ts |