feat: Google OAuth for login & signup (#6346)
This PR adds Google OAuth for all existing users, allowing users to log in or sign up via their Google account. --------- Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com> Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
@@ -57,7 +57,8 @@ class User < ApplicationRecord
|
||||
:trackable,
|
||||
:validatable,
|
||||
:confirmable,
|
||||
:password_has_required_content
|
||||
:password_has_required_content,
|
||||
:omniauthable, omniauth_providers: [:google_oauth2]
|
||||
|
||||
# TODO: remove in a future version once online status is moved to account users
|
||||
# remove the column availability from users
|
||||
|
||||
Reference in New Issue
Block a user