- Notifications
You must be signed in to change notification settings - Fork947
Commit8c29819
committed
feat(oauth2): add frontend UI for client credentials applications
- Add ClientCredentialsAppForm and ClientCredentialsAppRow components- Update API schemas to include created_at, grant_types, and user_id fields- Add dedicated pages for creating and managing client credentials apps- Update sidebar navigation and routing for OAuth2 client credentials- Enhance OAuth2AppPageView with user ownership information displayChange-Id: I3271c7fb995d7225dd6cc830066fa2c8cb29720aSigned-off-by: Thomas Kosiewski <tk@coder.com>1 parentc654948 commit8c29819
File tree
19 files changed
+1218
-70
lines changed- coderd
- apidoc
- database/db2sdk
- codersdk
- docs/reference/api
- site/src
- api
- components
- OAuth2
- Sidebar
- pages
- DeploymentSettingsPage/OAuth2AppsSettingsPage
- UserSettingsPage
- OAuth2ProviderPage
- testHelpers
19 files changed
+1218
-70
lines changedLines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
357 | 362 |
| |
358 | 363 |
| |
359 | 364 |
| |
360 | 365 |
| |
361 | 366 |
| |
| 367 | + | |
| 368 | + | |
| 369 | + | |
362 | 370 |
| |
363 | 371 |
| |
364 | 372 |
| |
| |||
369 | 377 |
| |
370 | 378 |
| |
371 | 379 |
| |
| 380 | + | |
| 381 | + | |
| 382 | + | |
372 | 383 |
| |
373 | 384 |
| |
374 | 385 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 |
| |
29 | 33 |
| |
30 | 34 |
| |
| |||
186 | 190 |
| |
187 | 191 |
| |
188 | 192 |
| |
| 193 | + | |
189 | 194 |
| |
190 | 195 |
| |
191 | 196 |
| |
|
Lines changed: 35 additions & 10 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
0 commit comments
Comments
(0)