Aioha is exactly what you're looking for. No need to go through the docs for 5 different providers to do the same thing, the library will handle it for you.
There is also a ready-made login UI if you're using React to quickly bootstrap your application.
Wow, that does seem at a glance, like exactly the solution to this problem. I will certainly investigate it further.
This is why I made the post, to learn things!
I do use react/react inertia, so that's good.
Thanks!
I'm sold out for it, I am going to use it but I am building with NPM and Vite, not PNPM and webpack.
Do you have a regular NPM flavor? Or instructions to build without npm and webpack?
Replace all
pnpm
commands withnpm
. There are Vite/Rollup instructions in the docs.Fabulous. I had gone to github, etc, and perused the docs, but missed any npm / vite info, I will look there again and thank you very much for the answer AND the tool, it going to save developers so much time and I will be telling everyone I know in the dev community to consider using it!