]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/oauth/oauth-token.ts
Support logout and add id and pass tests
[github/Chocobozzz/PeerTube.git] / server / models / oauth / oauth-token.ts
index d2101ce86f9cb4ddfa668890537cc7ac313357f3..e73c4be7d54a8496e09350448bb665cad639f306 100644 (file)
@@ -97,6 +97,9 @@ export class OAuthTokenModel extends Model<OAuthTokenModel> {
   @Column
   refreshTokenExpiresAt: Date
 
+  @Column
+  authName: string
+
   @CreatedAt
   createdAt: Date