Google for authentication with self-hosted application? #7234
Answered
by
martinjagodic
enisbudancamanak
asked this question in
Q&A
-
Hey everyone, Is it possible to use an external provider like Google for authentication if I'm self-hosting my application and not using Netlify Identity? (additional: Is it possible to use custom username & password input fields, instead of an external auth provider while also not using netlify as my hosting) |
Beta Was this translation helpful? Give feedback.
Answered by
martinjagodic
Jun 17, 2024
Replies: 1 comment
-
This is theoretically possible, you need an external OAuth client. On this list you can find community-maintained projects. hopefully, some of those work for you. If not, you will have to create your own. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
enisbudancamanak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is theoretically possible, you need an external OAuth client. On this list you can find community-maintained projects. hopefully, some of those work for you. If not, you will have to create your own.