How can OAuth_2 be implemented with Hotwire/Stimulus in Rails?
It seems the Oauth buttons for Google and Facebook don’t play well with Turbo. They load initially but any change implemented by Turbo seems to remove the buttons. I’d like to use Stimulus to inject the buttons where needed on the site but I’m not finding any examples of how to do it.