- Notifications
You must be signed in to change notification settings - Fork1k
Commit1f89b53
committed
refactor(oauth2): restructure oauth2 provider into modular package
- Rename identityprovider package to oauth2provider for clarity- Extract OAuth2 business logic from coderd/oauth2.go into focused modules: - apps.go: OAuth2 app management (CRUD operations) - app_secrets.go: OAuth2 app secrets management - metadata.go: OAuth2 server and resource metadata endpoints - registration.go: RFC 7591/7592 dynamic client registration- Update route handlers to delegate to oauth2provider functions- Preserve all existing API endpoints and Swagger documentation- Fix compilation issues and update middleware references- All tests passing with zero regressionsThis refactoring improves code organization and maintainability whilepreserving complete API compatibility.Change-Id: Ieef7cf3683ec93667f09a0d4894190a1e1a0b16eSigned-off-by: Thomas Kosiewski <tk@coder.com>1 parent9965337 commit1f89b53
File tree
17 files changed
+1095
-981
lines changed- coderd
- oauth2provider
- oauth2providertest
17 files changed
+1095
-981
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| |||
913 | 914 |
| |
914 | 915 |
| |
915 | 916 |
| |
916 |
| - | |
| 917 | + | |
917 | 918 |
| |
918 |
| - | |
| 919 | + | |
919 | 920 |
| |
920 | 921 |
| |
921 | 922 |
| |
| |||
952 | 953 |
| |
953 | 954 |
| |
954 | 955 |
| |
955 |
| - | |
| 956 | + | |
956 | 957 |
| |
957 | 958 |
| |
958 | 959 |
| |
959 | 960 |
| |
960 | 961 |
| |
961 |
| - | |
| 962 | + | |
962 | 963 |
| |
963 |
| - | |
964 |
| - | |
965 |
| - | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
966 | 967 |
| |
967 | 968 |
| |
968 | 969 |
| |
| |||
1479 | 1480 |
| |
1480 | 1481 |
| |
1481 | 1482 |
| |
1482 |
| - | |
1483 |
| - | |
| 1483 | + | |
| 1484 | + | |
1484 | 1485 |
| |
1485 | 1486 |
| |
1486 | 1487 |
| |
1487 |
| - | |
1488 |
| - | |
1489 |
| - | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
1490 | 1491 |
| |
1491 | 1492 |
| |
1492 |
| - | |
1493 |
| - | |
| 1493 | + | |
| 1494 | + | |
1494 | 1495 |
| |
1495 | 1496 |
| |
1496 | 1497 |
| |
1497 |
| - | |
| 1498 | + | |
1498 | 1499 |
| |
1499 | 1500 |
| |
1500 | 1501 |
| |
|
0 commit comments
Comments
(0)