Skip to content

Refactor SQL token storage

ale requested to merge refactor-sql-tokens into main

Split the access and refresh tokens into separate tables, mostly in order to improve code readability.

Fix an issue where we've been serializing the refresh token ID, not the whole refresh token struct, thus breaking repeated refreshes. Added a test to verify this scenario.

Merge request reports

Loading