Move Blender ID to extensible OAuth

Also, added support for Google OAuth.
This commit is contained in:
2017-07-27 23:31:26 +02:00
parent e0520e265d
commit 23b856b073
3 changed files with 116 additions and 47 deletions

View File

@@ -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'