Implement didRefreshTokens(): update database with updated SessionData.
This commit is contained in:
parent
8cf48986e7
commit
d293cae47f
8 changed files with 109 additions and 15 deletions
|
|
@ -24,3 +24,6 @@ INSERT INTO SessionData VALUES ?;
|
|||
|
||||
removeSession:
|
||||
DELETE FROM SessionData WHERE userId = ?;
|
||||
|
||||
updateSession:
|
||||
REPLACE INTO SessionData VALUES ?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue