Learn Spring and Java by Example

I am a software engineer that likes to experiment in my free time. This site holds my collection of coding examples, tutorials, and more.


Featured

Adding a bearer token to a webpack proxy

I was testing a React web application locally the other day. It relies on an OAuth OpenID Connect reverse proxy for authentication but I didn’t want to have to go through the hassle of launching a local version of the API and then configuring it to the identity provider just so I could get …