Jul 22, 2024 15 min
Good practices for communicating between your Rails and React apps
Among the many ways to create Single Page Apps ( SPAs ), one of them usually involves developing a back-end API to provide data and a front-end app that can consume said data and show it to the user.
Oct 12, 2017 5 min
An in-depth look at the OAuth2 redirect flow
Implementing an OAuth2 client in rails is a simple task due to gems like omniauth and devise . They do the heavy work implementing the core of the O Auth2 protocol.