Latest Updates

Documenting code, one commit at a time.

OAuth 4 posts
×

Demystifying CORS in Spring Boot OAuth: A Security Fix

Recently, our team working on the Ryuu-no-Mi/Inmotech-Backend project addressed a critical security and usability issue related to Cross-Origin Resource Sharing (CORS) in our OAuth 2.0 implementation. This fix was crucial for ensuring seamless and secure interactions between our decoupled frontend applications and the authentication server, preventing common browser-based security blocks.

Read more

Streamlining User Access: Integrating Google OAuth2 into React Frontend

In the fast-paced world of web applications, friction in user authentication can be a deal-breaker. A complex signup process often translates directly into lost users. This is why simplifying access, like integrating social logins, becomes a critical enhancement. Our Inmotech-Frontend project recently embraced this philosophy by integrating Google OAuth2, offering users a quick and secure way

Read more

Seamless Feature Integration: Managing 'Plan Limits' in a React Frontend

Integrating new features into a living application can often feel like threading a needle: you want to introduce powerful new capabilities without disrupting existing functionality. Recently, the Ryuu-no-Mi's Inmotech-Frontend project, a platform likely focused on property or real estate management, successfully integrated a significant new feature: 'planes limites' or 'plan limits'.

Read more