depado / pb-templ-htmx-tailwind

POC with PocketBase, Templ, HTMX and Tailwind
MIT License
12 stars 2 forks source link

OAuth Provider Login #10

Open TheiLLeniumStudios opened 3 months ago

TheiLLeniumStudios commented 3 months ago

Hi,

Great Project template! I was wondering if there are any plans to also support OAuth Provider logins as well as an alternative login method? Or have something that can switch between username/password and provider only login? That will be a great feature of the base.

If you have any pointers on how would you go by implementing this, I'd be happy to contribute to the project

depado commented 3 months ago

Hey there, thanks for your interest!

Yes I do plan to add OAuth2 login once I figure out how to do so :smile: I found this project that has an approach : https://github.com/efim/go-ssr-pocketbase-oauth-attempt

I'm still actively working on this project :smile: But if you ever have any more pointers and want to work on a fork and make a pull request, that would be welcome too :smile:

gedw99 commented 1 week ago

Hey @depado

Any progress on the auth ?

I would be able to help..