-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Sqlite3 connector gives following when logging in:
Access token stored in the database is correct, but returned id is the id of accessToken instead of the token itself.
{
"id": 1,
"ttl": 1209600,
"created": "2016-02-22T13:32:31.305Z",
"userId": 1
}
When using db(in-memory) for storing access tokens it gives following correct result.
{
"id": "APXMEsHyWmZmXBgi5vAMfWwVfd72nyaXCihskDvqvQILjoliSfGRlcS9MDrtkrrR",
"ttl": 1209600,
"created": "2016-02-22T13:33:41.987Z",
"userId": 1
}
Metadata
Metadata
Assignees
Labels
No labels