-
-
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.
Refactor authentication and API logic for servlet-based architecture.
TODO needs correction and testing. Removed reactive Spring security setup in favor of servlet-based security with `ServletAuthenticationFilter`. Updated API implementations to replace `WebClient` with `RestClient`, improving handling of requests and responses. Removed unused legacy classes and configurations specific to the reactive setup.
- Loading branch information
Showing
30 changed files
with
219 additions
and
494 deletions.
There are no files selected for viewing
28 changes: 0 additions & 28 deletions
28
...in/com/michibaum/authentication_library/security/ReactiveDelegateAuthenticationManager.kt
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
...c/main/kotlin/com/michibaum/authentication_library/security/basic/BasicExchangeMatcher.kt
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
...com/michibaum/authentication_library/security/basic/netty/BasicAuthenticationConverter.kt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...y/src/main/kotlin/com/michibaum/authentication_library/security/jwt/JwtExchangeMatcher.kt
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
...lin/com/michibaum/authentication_library/security/jwt/netty/JwtAuthenticationConverter.kt
This file was deleted.
Oops, something went wrong.
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
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
30 changes: 17 additions & 13 deletions
30
...ce/src/main/kotlin/com/michibaum/authentication_service/security/SecurityConfiguration.kt
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
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
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
Oops, something went wrong.