jedireza / aqua

:bulb: A website and user system starter
https://jedireza.github.io/aqua/
MIT License
1.38k stars 356 forks source link

Integrating Aqua with a non-Node.js website #269

Closed ndilekli closed 6 years ago

ndilekli commented 6 years ago

I have a classic website (site X) that is build using regular HTML and JS. I wonder if Aqua could be integrated with such a site. Going to the site X without authentication would redirect to the Aqua site. And after a successful login Aqua would redirect to the site X. If possible, how would it be done?

Thanks

jedireza commented 6 years ago

Aqua is a boilerplate application. It's meant to be used to start new projects. Integrating it into your existing site could be an over-complicated burden.

As every situation is different, it's hard to give general advice in this case.