Move Blender ID to extensible OAuth
Also, added support for Google OAuth.
This commit is contained in:
@@ -97,7 +97,7 @@ users_schema = {
|
||||
'schema': {
|
||||
'provider': {
|
||||
'type': 'string',
|
||||
'allowed': ['blender-id', 'local', 'facebook'],
|
||||
'allowed': ['local', 'blender-id', 'facebook', 'google'],
|
||||
},
|
||||
'user_id': {
|
||||
'type': 'string'
|
||||
|
Reference in New Issue
Block a user