- Notifications
You must be signed in to change notification settings - Fork1k
Commit168176b
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 parenteac2681 commit168176b
File tree
30 files changed
+1378
-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
30 files changed
+1378
-86
lines changedSome generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
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 |
| |
|
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 |
| |
|
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
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 |
| |
|
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 |
| |
8 | 11 |
| |
9 | 12 |
| |
|
0 commit comments
Comments
(0)