-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81f3135
commit 21086a1
Showing
1 changed file
with
13 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,13 @@ | ||
44fc45c 2024-10-19 (HEAD -> 7-task-add-100-test-coverage-to-openidconnectmanager-service-class) fixed issue with manager process response | ||
35f3287 2024-10-19 fixed static analysis error | ||
e6cf28b 2024-10-19 (origin/main, origin/HEAD, main) Merge pull request #6 from CreativeCrafts/5-task-add-100-test-coverage-to-openidconnectjwtprocessor-service-class | ||
5974bba 2024-10-19 Fix styling | ||
3144b2f 2024-10-19 Fixed #5 | ||
ea5aeda 2024-10-19 added an empty test file for OpenIDConnectJWTProcessor | ||
c656d1d 2024-10-18 clean up | ||
44bae18 2024-10-18 Merge pull request #4 from CreativeCrafts/3-task-add-pest-test-to-openidconnecttokenmanager-service-class | ||
ccfbefe 2024-10-18 Fix styling | ||
9987238 2024-10-18 Fixed #3 | ||
b3717f7 2024-10-18 Merge pull request #2 from CreativeCrafts/1-task-add-pest-test-to-openidconnecthttpclient-service | ||
b6b15a9 2024-10-18 Fixed #1 | ||
a8945f8 2024-10-18 added issue templates | ||
d940b0e 2024-10-18 minor changes to rector github action flow | ||
c34696f 2024-10-18 added test for OpenIDConnectConfig and also added rector github action flow | ||
b1054b4 2024-10-07 (tag: 0.0.2) updated change log | ||
e3b93a0 2024-10-07 fixed broken pest test and added missing test | ||
d6977eb 2024-10-07 ## 0.0.2 | ||
a5d09fc 2024-10-04 updated the Readme | ||
e5545cc 2024-10-04 Merge branch 'main' of https://github.com/CreativeCrafts/laravel-openid-connect | ||
23ec020 2024-10-04 updated the Readme | ||
62e154b 2024-10-04 Update CHANGELOG | ||
7457e92 2024-10-04 (tag: 0.0.1) added the change log | ||
026eb7a 2024-10-04 updated the readme with installation instructions | ||
3301d4e 2024-10-04 updated the run test github action workflow | ||
c30e3a6 2024-10-04 Merge branch 'main' of https://github.com/CreativeCrafts/laravel-openid-connect | ||
892bd5c 2024-10-04 updated the run test github action workflow | ||
a2f834f 2024-10-04 Fix styling | ||
4907104 2024-10-04 updated the run test github action workflow | ||
874878d 2024-10-04 updated the run test github action workflow | ||
9081c43 2024-10-04 updated the run test github action workflow | ||
f6326aa 2024-10-04 updated the run test github action workflow | ||
54ca338 2024-10-04 updated the run test github action workflow | ||
c2540c5 2024-10-04 updated the run test github action workflow | ||
3e6d3f9 2024-10-04 Merge remote-tracking branch 'origin/main' | ||
f611dfc 2024-10-04 feat: Refactor OpenID Connect services and enhance tests. | ||
3c7de37 2024-10-04 Fix styling | ||
4a9462b 2024-10-04 Merge remote-tracking branch 'origin/main' | ||
89d7398 2024-10-04 feat: Update OpenID Connect Integration with Enhanced Configurations and Interfaces | ||
a47efa4 2024-10-04 Fix styling | ||
47fc2d9 2024-10-04 Merge branch 'main' of https://github.com/CreativeCrafts/laravel-openid-connect | ||
e019f09 2024-10-04 initial setup | ||
5a3d7ed 2024-10-04 Fix styling | ||
00fbba9 2024-10-04 initial start | ||
### 0.0.1 - 2024-10-21 | ||
- Initial Release | ||
|
||
### Added | ||
- #7: Added 100% test coverage to OpenIDConnectManager service class. | ||
- #5: Added 100% test coverage to OpenIDConnectJWTProcessor service class. | ||
|
||
### Fixed | ||
- Fixed issue with manager process response. | ||
- Fixed static analysis error. | ||
|
||
### Other | ||
- Various styling fixes and improvements. |