OmniBytes / pi-hub

Smart Display for Raspberry Pi
https://hub.omnibytes.io
MIT License
3 stars 0 forks source link

feat: configure google auth provider #2

Closed funkstyr closed 7 months ago

funkstyr commented 7 months ago

Describe the feature you'd like to request

Would like to be able to connect and login using a google account.

Describe the solution you'd like to see

Use next auth provider for google

Additional information

https://next-auth.js.org/providers/google

funkstyr commented 7 months ago

Will need to look into docs on generating secret id. The original one I created seems to not be working.

funkstyr commented 7 months ago

Will need to look into docs on generating secret id. The original one I created seems to not be working.

Just needed to read the docs and add the right redirect urls.