Implement didRefreshTokens(): update database with updated SessionData.
This commit is contained in:
parent
3f8e7eaef8
commit
10e8517766
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