Has anyone implemented like connecting
# general
v
Has anyone implemented like connecting to external services with OAuth that's not connected to the login? Like how Jumpstart Pro has the option to 'Connect Apps'.
l
hey Cody 👋
so, Avo does not come with any authentication, and that's by design
so you can bring your own
you can hide the mounting of the engine behind a route constraint or use the
authenticate_with
method https://docs.avohq.io/3.0/authentication.html#authenticate-with-method
that being said, wtv you find out there, it's ok to bring into Avo
m
v
That's good to know for the future but I don't think I'll need that for this task. I guess what I really need is for the user to connect and get an OAuth token for API requests so not tied to auth stuff. The gem looks like it has a pretty good example for getting it working so hopefully not much of an issue https://github.com/ruckus/quickbooks-ruby?tab=readme-ov-file#getting-started--initiating-authentication-flow-with-intuit
2 Views