o19s / quepid

Improve your Elasticsearch, OpenSearch, Solr, Vectara, Algolia and Custom Search search quality.
http://www.quepid.com
Apache License 2.0
284 stars 101 forks source link

Allow sign up through Google SSO, but not the built-in database-backed signup #845

Open renehernandez opened 1 year ago

renehernandez commented 1 year ago

Is your feature request related to a problem? Please describe. Currently the SIGNUP_ENABLED variable enables signups across all the different mechanisms. It would be nice to have an option to disable signups through the built-in sign up form while allowing Google sign ups through proceed

Describe alternatives you've considered Temporarily set SIGNUP_ENABLED=true to allow Google SSO signups to go through, and then disable it again

Additional context Add any other context or screenshots about the feature request here.

epugh commented 11 months ago

I think we could do something like SIGNUP_OPTIONS, and you provide a list? so SIGNUP_OPTIONS=google is only GoogleSSO... SIGNUP_OPTIONS=google,email,oauth would be all three options..?

epugh commented 11 months ago

I'd love to see a PR for this!