|
|
|
|
|
by jmartrican
1920 days ago
|
|
Agreed. Setting up Springs OAuth Client was so complicated and getting the configuration right was taking so much time. I replaced it with a simple Filter that just did the query itself. It easy to go to that filter and add whatever security logic you want (at least for me it is). There is a balance here that might be hard to get right. Spring and other frameworks make things easier until they dont. At some point it might be easier to just write code instead of configuring your way through these frameworks. Many times I rather write code then go configuration hunting. What I do like about Spring is that they offer a lot of hooks and interception points to overwrite with your own logic. |
|