magma-labs / magma-chat

Ruby on Rails 7-based ChatGPT Bot Platform
https://magmachat.ai
Other
209 stars 26 forks source link

how get this to work on Macbook pro [Question] #58

Closed navjeetc closed 1 year ago

navjeetc commented 1 year ago

Does this work on a Macbook Pro using localhost? My understanding is that oauth will not work as to get GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET, you need to have hostnames. I tried using ngrok, but that setup using a hostname does not work with websocket. Do I need to use something like ngrok? If not, how to get oauth to work?

navjeetc commented 1 year ago

Never mind I can configure redirect-uri in google to use localhost, so the auth part works.