Skip to content

Commit

Permalink
oauth2: Resolves failing SQL store test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored and arekkas committed Apr 8, 2018
1 parent 45eabc2 commit f6ddee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oauth2/fosite_store_sql.go
Expand Up @@ -58,7 +58,8 @@ func sqlSchemaUp(table string, id string) string {
scope text NOT NULL,
granted_scope text NOT NULL,
form_data text NOT NULL,
session_data text NOT NULL
session_data text NOT NULL,
subject varchar(255) NOT NULL
)`,
}

Expand Down

0 comments on commit f6ddee8

Please sign in to comment.