async-labs / saas

Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
https://saas-app.async-await.com
MIT License
4.06k stars 675 forks source link

Implement Osso #145

Closed sbauch closed 3 years ago

sbauch commented 3 years ago

This PR serves as an example of adding Osso to a real world Rails app.

The base application, async-labs/saas is the open source SAAS boilerplate app.

The application already implemented OAuth for Google, so this has been a straightforward task of fitting Osso into the existing authentication approach.

sbauch commented 3 years ago

Sorry, I meant to open this against my fork 🙈