- Notifications
You must be signed in to change notification settings - Fork947
Commit65b1054
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 parentac0d1f6 commit65b1054
File tree
31 files changed
+1400
-86
lines changed- coderd
- apidoc
- database
- db2sdk
- dbauthz
- dbmetrics
- dbmock
- queries
- oauth2provider
- codersdk
- docs/reference/api
- site/src
- api
- queries
- components
- OAuth2
- Sidebar
- pages
- DeploymentSettingsPage/OAuth2AppsSettingsPage
- UserSettingsPage
- OAuth2ProviderPage
- testHelpers
31 files changed
+1400
-86
lines changedLines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 24 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: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2304 | 2304 |
| |
2305 | 2305 |
| |
2306 | 2306 |
| |
| 2307 | + | |
| 2308 | + | |
| 2309 | + | |
| 2310 | + | |
2307 | 2311 |
| |
2308 | 2312 |
| |
2309 | 2313 |
| |
|
Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5288 | 5288 |
| |
5289 | 5289 |
| |
5290 | 5290 |
| |
| 5291 | + | |
| 5292 | + | |
| 5293 | + | |
| 5294 | + | |
| 5295 | + | |
| 5296 | + | |
| 5297 | + | |
| 5298 | + | |
| 5299 | + | |
| 5300 | + | |
| 5301 | + | |
| 5302 | + | |
| 5303 | + | |
| 5304 | + | |
| 5305 | + | |
| 5306 | + | |
| 5307 | + | |
| 5308 | + | |
| 5309 | + | |
| 5310 | + | |
| 5311 | + | |
| 5312 | + | |
5291 | 5313 |
| |
5292 | 5314 |
| |
5293 | 5315 |
| |
|
Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
391 | 391 |
| |
392 | 392 |
| |
393 | 393 |
| |
394 |
| - | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
395 | 398 |
| |
396 | 399 |
| |
397 | 400 |
| |
|
Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 54 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)