Hey, I'm new to Supertokens. I have doubts; I need to integrate Google-auth with my web app for authentication. I'm currently using plain HTML with handlebars and Node.js as a backend. Can I integrate super tokens with that, and can someone guide me? On the docs, it mentioned we need frontend in React.
r
rp_st
05/03/2023, 2:55 PM
hey @gundeepsingh9344 checkout the using your own UI section in the docs. It mentions how to use our frontend JS SDK to build your own UI which you can build using HTML
g
gundeepsingh9344
05/04/2023, 4:32 AM
Hey @rp_st , thanks for your reply. One more doubt, I am using Webpack for creating bundles and the bundles I am passing to node js. My doubt is my front end and back end run on the same port, and in the form, there are two fields Website domain and API domain. What do I need to mention in that case?
r
rp_st
05/04/2023, 5:41 AM
you can put the same value for both. But then the apiBasePath and websiteBasePath values must be different