Merge branch 'swaggerlikeus' of ssh://bitbucket.org/yackob03/quay into swaggerlikeus
Conflicts: test/data/test.db
This commit is contained in:
commit
b81e48cb41
10 changed files with 262 additions and 3 deletions
|
@ -291,6 +291,7 @@ class OAuthAuthorizationCode(BaseModel):
|
|||
|
||||
|
||||
class OAuthAccessToken(BaseModel):
|
||||
uuid = CharField(default=uuid_generator, index=True)
|
||||
application = ForeignKeyField(OAuthApplication)
|
||||
authorized_user = ForeignKeyField(User)
|
||||
scope = CharField()
|
||||
|
|
Reference in a new issue