Commit b2f7bb3
plugging GUI to work with maas-api new service account implementation (#91)
* plugging GUI to work with maas-api new service account implemintation
* - Updated state management to reflect changes from 'ttl' to 'expiration' for created tokens.
- Modified UI components to replace 'TTL' terminology with 'Expiration' for clarity.
- Adjusted API service to accept 'expiration' instead of 'ttl' in token creation requests.
- Updated backend to handle 'expiration' in token requests and responses.
* refactor(token): streamline response structure by inlining Token in API response
* refactor(app): update tier determination logic to use MaaS API for user groups
* remove: delete CLAUDE.md file containing architecture, development guidelines and user-specific context and preferences
* revert changes around Response Token struct
* remove unsed part
* remove changes in handler.go
* tiears lookup now works with v1
* removing URL route calculation from backend. working with maas-api now
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent fb87179 commit b2f7bb3
File tree
14 files changed
+816
-2305
lines changed- apps
- backend
- src
- routes
- services
- frontend/src
- components
- services
14 files changed
+816
-2305
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments