1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/src
Gastón Fournier 0f565c50e9
feat: rebrand sdk tokens and sdk types (#10430)
## About the changes
Rebrand SDK tokens and SDK types to make it easier to onboard and use:

**Backend SDK Token**: Intended for server-side SDKs. It can be used to
access:

- The Client Features API (/api/client/features) for fetching all flag
configurations for local evaluation.
- The Frontend API (/api/frontend) for remote evaluation.

**Frontend SDK Token**: Intended for client-side/frontend SDKs. It is
restricted and can only be used to access:

- The Frontend API (/api/frontend) for remote evaluation.

---------

Co-authored-by: Nuno Góis <github@nunogois.com>
2025-07-30 10:24:40 +02:00
..
lib feat: rebrand sdk tokens and sdk types (#10430) 2025-07-30 10:24:40 +02:00
mailtemplates fix: health-technical debt trends in emails (#10308) 2025-07-04 16:46:59 +02:00
migrations chore: amend user-created-missing events (#10333) 2025-07-09 07:19:25 +00:00
test fix: flaky delete stale session (#10387) 2025-07-22 11:42:14 +00:00
migrator.ts feat: do not lock until migrations are needed (#10170) 2025-06-18 17:40:21 +02:00
server-dev.ts chore(AI): eventGrouping flag cleanup (#10428) 2025-07-29 15:20:10 +03:00
server.ts
test-setup.ts task: migrate tests to vitest 2025-05-16 11:19:10 +02:00